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]

[src]

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

impl Debug for TargetReservationValue
[src]

[src]

Formats the value using the given formatter.

impl Clone for TargetReservationValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more