Struct rusoto_ec2::ReservedInstanceReservationValue [] [src]

pub struct ReservedInstanceReservationValue {
    pub reservation_value: Option<ReservationValue>,
    pub reserved_instance_id: Option<String>,
}

The total value of the Convertible Reserved Instance.

Fields

The total value of the Convertible Reserved Instance that you are exchanging.

The ID of the Convertible Reserved Instance that you are exchanging.

Trait Implementations

impl Default for ReservedInstanceReservationValue
[src]

[src]

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

impl Debug for ReservedInstanceReservationValue
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReservedInstanceReservationValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more