Class: Aws::Braket::Types::CreateQuantumTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#quantum_task_arnString

The ARN of the task created by the request.

Returns:

  • (String)


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