Struct rusoto_ec2::DescribeSpotPriceHistoryResult [] [src]

pub struct DescribeSpotPriceHistoryResult {
    pub next_token: Option<String>,
    pub spot_price_history: Option<Vec<SpotPrice>>,
}

Contains the output of DescribeSpotPriceHistory.

Fields

The token required to retrieve the next set of results. This value is null when there are no more results to return.

The historical Spot prices.

Trait Implementations

impl Default for DescribeSpotPriceHistoryResult
[src]

[src]

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

impl Debug for DescribeSpotPriceHistoryResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeSpotPriceHistoryResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more