Struct aws_sdk_appstream::types::ComputeCapacity
source · #[non_exhaustive]pub struct ComputeCapacity { /* private fields */ }
Expand description
Describes the capacity for a fleet.
Implementations§
source§impl ComputeCapacity
impl ComputeCapacity
sourcepub fn desired_instances(&self) -> Option<i32>
pub fn desired_instances(&self) -> Option<i32>
The desired number of streaming instances.
source§impl ComputeCapacity
impl ComputeCapacity
sourcepub fn builder() -> ComputeCapacityBuilder
pub fn builder() -> ComputeCapacityBuilder
Creates a new builder-style object to manufacture ComputeCapacity
.
Trait Implementations§
source§impl Clone for ComputeCapacity
impl Clone for ComputeCapacity
source§fn clone(&self) -> ComputeCapacity
fn clone(&self) -> ComputeCapacity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ComputeCapacity
impl Debug for ComputeCapacity
source§impl PartialEq<ComputeCapacity> for ComputeCapacity
impl PartialEq<ComputeCapacity> for ComputeCapacity
source§fn eq(&self, other: &ComputeCapacity) -> bool
fn eq(&self, other: &ComputeCapacity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.