Struct rusoto_ec2::SpotPrice [] [src]

pub struct SpotPrice {
    pub availability_zone: Option<String>,
    pub instance_type: Option<String>,
    pub product_description: Option<String>,
    pub spot_price: Option<String>,
    pub timestamp: Option<String>,
}

Describes the maximum hourly price (bid) for any Spot instance launched to fulfill the request.

Fields

The Availability Zone.

The instance type. Note that T2 and HS1 instance types are not supported.

A general description of the AMI.

The maximum price (bid) that you are willing to pay for a Spot instance.

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Trait Implementations

impl Default for SpotPrice
[src]

[src]

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

impl Debug for SpotPrice
[src]

[src]

Formats the value using the given formatter.

impl Clone for SpotPrice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more