Struct aws_sdk_ec2::model::ReservedInstancesConfiguration [−][src]
#[non_exhaustive]pub struct ReservedInstancesConfiguration {
pub availability_zone: Option<String>,
pub instance_count: Option<i32>,
pub instance_type: Option<InstanceType>,
pub platform: Option<String>,
pub scope: Option<Scope>,
}
Expand description
Describes the configuration settings for the modified Reserved Instances.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.availability_zone: Option<String>
The Availability Zone for the modified Reserved Instances.
instance_count: Option<i32>
The number of modified Reserved Instances.
This is a required field for a request.
instance_type: Option<InstanceType>
The instance type for the modified Reserved Instances.
platform: Option<String>
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
scope: Option<Scope>
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
Implementations
The Availability Zone for the modified Reserved Instances.
The number of modified Reserved Instances.
This is a required field for a request.
The instance type for the modified Reserved Instances.
The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.
Creates a new builder-style object to manufacture ReservedInstancesConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ReservedInstancesConfiguration
impl Sync for ReservedInstancesConfiguration
impl Unpin for ReservedInstancesConfiguration
impl UnwindSafe for ReservedInstancesConfiguration
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