Struct aws_sdk_ec2::model::instance_capacity::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceCapacity
Implementations
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
The instance type supported by the Dedicated Host.
The instance type supported by the Dedicated Host.
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
Consumes the builder and constructs a InstanceCapacity
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more