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

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

Overview

The total value of the Convertible Reserved Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reservation_valueTypes::ReservationValue

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



57017
57018
57019
57020
57021
57022
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57017

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

#reserved_instance_idString

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

Returns:

  • (String)


57017
57018
57019
57020
57021
57022
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57017

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