AWSEC2PurchaseScheduledInstancesRequest

Objective-C

@interface AWSEC2PurchaseScheduledInstancesRequest

Swift

class AWSEC2PurchaseScheduledInstancesRequest

Contains the parameters for PurchaseScheduledInstances.

Required parameters: [PurchaseRequests]

  • Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

    Declaration

    Objective-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 is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The purchase requests.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2PurchaseRequest *> *_Nullable purchaseRequests;

    Swift

    var purchaseRequests: [AWSEC2PurchaseRequest]? { get set }