Class: Aws::EC2::Types::AcceptReservedInstancesExchangeQuoteResult

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

Overview

The result of the exchange and whether it was ‘successful`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exchange_idString

The ID of the successful exchange.

Returns:

  • (String)


179
180
181
182
183
# File 'lib/aws-sdk-ec2/types.rb', line 179

class AcceptReservedInstancesExchangeQuoteResult < Struct.new(
  :exchange_id)
  SENSITIVE = []
  include Aws::Structure
end