Struct rusoto_ec2::PricingDetail [] [src]

pub struct PricingDetail {
    pub count: Option<i64>,
    pub price: Option<f64>,
}

Describes a Reserved Instance offering.

Fields

The number of reservations available for the price.

The price per instance.

Trait Implementations

impl Default for PricingDetail
[src]

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

impl Debug for PricingDetail
[src]

Formats the value using the given formatter.

impl Clone for PricingDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more