Class: Aws::EC2::Types::TargetReservationValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The total value of the new Convertible Reserved Instances.

Instance Attribute Summary collapse

Instance Attribute Details

#reservation_valueTypes::ReservationValue

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.



35752
35753
35754
35755
35756
# File 'lib/aws-sdk-ec2/types.rb', line 35752

class TargetReservationValue < Struct.new(
  :reservation_value,
  :target_configuration)
  include Aws::Structure
end

#target_configurationTypes::TargetConfiguration

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



35752
35753
35754
35755
35756
# File 'lib/aws-sdk-ec2/types.rb', line 35752

class TargetReservationValue < Struct.new(
  :reservation_value,
  :target_configuration)
  include Aws::Structure
end