Class: Aws::Braket::Types::CancelQuantumTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CancelQuantumTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#quantum_task_arn ⇒ String
The ARN of the task to cancel.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
109 110 111 112 113 114 |
# File 'lib/aws-sdk-braket/types.rb', line 109 class CancelQuantumTaskRequest < Struct.new( :client_token, :quantum_task_arn) SENSITIVE = [] include Aws::Structure end |
#quantum_task_arn ⇒ String
The ARN of the task to cancel.
109 110 111 112 113 114 |
# File 'lib/aws-sdk-braket/types.rb', line 109 class CancelQuantumTaskRequest < Struct.new( :client_token, :quantum_task_arn) SENSITIVE = [] include Aws::Structure end |