Struct rusoto_ec2::AcceptReservedInstancesExchangeQuoteResult [] [src]

pub struct AcceptReservedInstancesExchangeQuoteResult {
    pub exchange_id: Option<String>,
}

The result of the exchange and whether it was successful.

Fields

The ID of the successful exchange.

Trait Implementations

impl Default for AcceptReservedInstancesExchangeQuoteResult
[src]

[src]

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

impl Debug for AcceptReservedInstancesExchangeQuoteResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for AcceptReservedInstancesExchangeQuoteResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more