Struct rusoto_ec2::TargetReservationValue[][src]

pub struct TargetReservationValue {
    pub reservation_value: Option<ReservationValue>,
    pub target_configuration: Option<TargetConfiguration>,
}

The total value of the new Convertible Reserved Instances.

Fields

The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.

The configuration of the Convertible Reserved Instances that make up the exchange.

Trait Implementations

impl Default for TargetReservationValue
[src]

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

impl Debug for TargetReservationValue
[src]

Formats the value using the given formatter. Read more

impl Clone for TargetReservationValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TargetReservationValue
[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