Struct rusoto_ec2::ReservedInstancesListing [] [src]

pub struct ReservedInstancesListing {
    pub client_token: Option<String>,
    pub create_date: Option<String>,
    pub instance_counts: Option<Vec<InstanceCount>>,
    pub price_schedules: Option<Vec<PriceSchedule>>,
    pub reserved_instances_id: Option<String>,
    pub reserved_instances_listing_id: Option<String>,
    pub status: Option<String>,
    pub status_message: Option<String>,
    pub tags: Option<Vec<Tag>>,
    pub update_date: Option<String>,
}

Describes a Reserved Instance listing.

Fields

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

The time the listing was created.

The number of instances in this state.

The price of the Reserved Instance listing.

The ID of the Reserved Instance.

The ID of the Reserved Instance listing.

The status of the Reserved Instance listing.

The reason for the current status of the Reserved Instance listing. The response can be blank.

Any tags assigned to the resource.

The last modified timestamp of the listing.

Trait Implementations

impl Default for ReservedInstancesListing
[src]

[src]

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

impl Debug for ReservedInstancesListing
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReservedInstancesListing
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more