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 price per hour that you are willing to pay for a Spot Instance.

Fields

The Availability Zone.

The instance type.

A general description of the AMI.

The maximum price per hour 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]

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

impl Debug for SpotPrice
[src]

Formats the value using the given formatter. Read more

impl Clone for SpotPrice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SpotPrice
[src]

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 SpotPrice

impl Sync for SpotPrice