Struct rusoto_ec2::ReservedInstanceLimitPrice[][src]

pub struct ReservedInstanceLimitPrice {
    pub amount: Option<f64>,
    pub currency_code: Option<String>,
}

Describes the limit price of a Reserved Instance offering.

Fields

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

Trait Implementations

impl Default for ReservedInstanceLimitPrice
[src]

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

impl Debug for ReservedInstanceLimitPrice
[src]

Formats the value using the given formatter. Read more

impl Clone for ReservedInstanceLimitPrice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReservedInstanceLimitPrice
[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