Struct rusoto_ec2::ReservedInstancesConfiguration [] [src]

pub struct ReservedInstancesConfiguration {
    pub availability_zone: Option<String>,
    pub instance_count: Option<i64>,
    pub instance_type: Option<String>,
    pub platform: Option<String>,
    pub scope: Option<String>,
}

Describes the configuration settings for the modified Reserved Instances.

Fields

The Availability Zone for the modified Reserved Instances.

The number of 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.

Whether the Reserved Instance is applied to instances in a region or instances in a specific Availability Zone.

Trait Implementations

impl Default for ReservedInstancesConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ReservedInstancesConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReservedInstancesConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more