AWSEC2AcceptReservedInstancesExchangeQuoteResult
Objective-C
@interface AWSEC2AcceptReservedInstancesExchangeQuoteResult
Swift
class AWSEC2AcceptReservedInstancesExchangeQuoteResult
The result of the exchange and whether it was successful
.
-
The ID of the successful exchange.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable exchangeId;
Swift
var exchangeId: String? { get set }