CreateQuantumTaskRequest
public struct CreateQuantumTaskRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The action associated with the task.
Declaration
Swift
public let action: String
-
The client token associated with the request.
Declaration
Swift
public let clientToken: String
-
The ARN of the device to run the task on.
Declaration
Swift
public let deviceArn: String
-
The parameters for the device to run the task on.
Declaration
Swift
public let deviceParameters: String?
-
The S3 bucket to store task result files in.
Declaration
Swift
public let outputS3Bucket: String
-
The key prefix for the location in the S3 bucket to store task results in.
Declaration
Swift
public let outputS3KeyPrefix: String
-
The number of shots to use for the task.
Declaration
Swift
public let shots: Int64
-
Undocumented
Declaration
Swift
public init(action: String, clientToken: String = CreateQuantumTaskRequest.idempotencyToken(), deviceArn: String, deviceParameters: String? = nil, outputS3Bucket: String, outputS3KeyPrefix: String, shots: Int64)
-
Declaration
Swift
public func validate(name: String) throws