AWSEC2AcceptReservedInstancesExchangeQuoteRequest
Objective-C
@interface AWSEC2AcceptReservedInstancesExchangeQuoteRequest
Swift
class AWSEC2AcceptReservedInstancesExchangeQuoteRequest
Contains the parameters for accepting the quote.
Required parameters: [ReservedInstanceIds]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable reservedInstanceIds;
Swift
var reservedInstanceIds: [String]? { get set }
-
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TargetConfigurationRequest *> *_Nullable targetConfigurations;
Swift
var targetConfigurations: [AWSEC2TargetConfigurationRequest]? { get set }