Struct aws_sdk_ec2::model::reserved_instances_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReservedInstancesConfiguration
Implementations
The Availability Zone for the modified Reserved Instances.
The Availability Zone for the modified Reserved Instances.
The number of modified Reserved Instances.
This is a required field for a request.
The number of modified Reserved Instances.
This is a required field for a request.
The instance type for the modified Reserved Instances.
The instance type for the modified Reserved Instances.
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
Consumes the builder and constructs a ReservedInstancesConfiguration
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