Struct aws_sdk_appstream::model::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() -> Builder
pub fn builder() -> Builder
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 more