Class: Aws::Braket::Types::CreateQuantumTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CreateQuantumTaskResponse
- Defined in:
- gems/aws-sdk-braket/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 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 330 class CreateQuantumTaskResponse < Struct.new( :quantum_task_arn) SENSITIVE = [] include Aws::Structure end |