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]

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

impl Debug for ReservedInstanceReservationValue
[src]

Formats the value using the given formatter. Read more

impl Clone for ReservedInstanceReservationValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReservedInstanceReservationValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations