RunScheduledInstancesRequest
public struct RunScheduledInstancesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.
Declaration
Swift
public let clientToken: String?
-
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
Swift
public let dryRun: Bool?
-
The number of instances. Default: 1
Declaration
Swift
public let instanceCount: Int?
-
The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.
Declaration
Swift
public let launchSpecification: ScheduledInstancesLaunchSpecification
-
The Scheduled Instance ID.
Declaration
Swift
public let scheduledInstanceId: String
-
Undocumented
Declaration
Swift
public init(clientToken: String? = RunScheduledInstancesRequest.idempotencyToken(), dryRun: Bool? = nil, instanceCount: Int? = nil, launchSpecification: ScheduledInstancesLaunchSpecification, scheduledInstanceId: String)