Class: Aws::EC2::Types::ReservedInstanceReservationValue

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

Overview

The total value of the Convertible Reserved Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#reservation_valueTypes::ReservationValue

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



19924
19925
19926
19927
19928
# File 'lib/aws-sdk-ec2/types.rb', line 19924

class ReservedInstanceReservationValue < Struct.new(
  :reservation_value,
  :reserved_instance_id)
  include Aws::Structure
end

#reserved_instance_idString

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

Returns:

  • (String)


19924
19925
19926
19927
19928
# File 'lib/aws-sdk-ec2/types.rb', line 19924

class ReservedInstanceReservationValue < Struct.new(
  :reservation_value,
  :reserved_instance_id)
  include Aws::Structure
end