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]

[src]

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

impl Debug for ReservedInstanceLimitPrice
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReservedInstanceLimitPrice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more