Class: Aws::Braket::Types::CreateQuantumTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CreateQuantumTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quantum_task_arn ⇒ String
The ARN of the task created by the request.
Instance Attribute Details
#quantum_task_arn ⇒ String
The ARN of the task created by the request.
330 331 332 333 334 |
# File 'lib/aws-sdk-braket/types.rb', line 330 class CreateQuantumTaskResponse < Struct.new( :quantum_task_arn) SENSITIVE = [] include Aws::Structure end |