Struct rusoto_ec2::PriceScheduleSpecification [] [src]

pub struct PriceScheduleSpecification {
    pub currency_code: Option<String>,
    pub price: Option<f64>,
    pub term: Option<i64>,
}

Describes the price for a Reserved Instance.

Fields

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

The fixed price for the term.

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

Trait Implementations

impl Default for PriceScheduleSpecification
[src]

[src]

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

impl Debug for PriceScheduleSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for PriceScheduleSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more