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`.

Instance Attribute Summary collapse

Instance Attribute Details

#exchange_idString

The ID of the successful exchange.

Returns:

  • (String)


61
62
63
64
# File 'lib/aws-sdk-ec2/types.rb', line 61

class AcceptReservedInstancesExchangeQuoteResult < Struct.new(
  :exchange_id)
  include Aws::Structure
end