Class: Aws::Braket::Types::CancelQuantumTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CancelQuantumTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancellation_status ⇒ String
The status of the cancellation request.
-
#quantum_task_arn ⇒ String
The ARN of the task.
Instance Attribute Details
#cancellation_status ⇒ String
The status of the cancellation request.
126 127 128 129 130 131 |
# File 'lib/aws-sdk-braket/types.rb', line 126 class CancelQuantumTaskResponse < Struct.new( :cancellation_status, :quantum_task_arn) SENSITIVE = [] include Aws::Structure end |
#quantum_task_arn ⇒ String
The ARN of the task.
126 127 128 129 130 131 |
# File 'lib/aws-sdk-braket/types.rb', line 126 class CancelQuantumTaskResponse < Struct.new( :cancellation_status, :quantum_task_arn) SENSITIVE = [] include Aws::Structure end |