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