AWSEC2PurchaseScheduledInstancesRequest
Objective-C
@interface AWSEC2PurchaseScheduledInstancesRequestSwift
class AWSEC2PurchaseScheduledInstancesRequestContains the parameters for PurchaseScheduledInstances.
Required parameters: [PurchaseRequests]
- 
                  
                  Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable clientToken;Swift var clientToken: String? { get set }
- 
                  
                  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.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  The purchase requests. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSEC2PurchaseRequest *> *_Nullable purchaseRequests;Swift var purchaseRequests: [AWSEC2PurchaseRequest]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2PurchaseScheduledInstancesRequest Class Reference
        AWSEC2PurchaseScheduledInstancesRequest Class Reference