Class: Aws::EC2::Types::AcceptReservedInstancesExchangeQuoteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AcceptReservedInstancesExchangeQuoteResult
- Defined in:
- gems/aws-sdk-ec2/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
-
#exchange_id ⇒ String
The ID of the successful exchange.
Instance Attribute Details
#exchange_id ⇒ String
The ID of the successful exchange.
184 185 186 187 188 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 184 class AcceptReservedInstancesExchangeQuoteResult < Struct.new( :exchange_id) SENSITIVE = [] include Aws::Structure end |