Class: Aws::Braket::Types::CreateJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

The ARN of the Amazon Braket job created.

Returns:

  • (String)


255
256
257
258
259
# File 'lib/aws-sdk-braket/types.rb', line 255

class CreateJobResponse < Struct.new(
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end