Class: Aws::Braket::Types::GetJobRequest

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

#additional_attribute_namesArray<String>

A list of attributes to return additional information for. Only the QueueInfo additional attribute name is currently supported.

Returns:

  • (Array<String>)


585
586
587
588
589
590
# File 'lib/aws-sdk-braket/types.rb', line 585

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

#job_arnString

The ARN of the hybrid job to retrieve.

Returns:

  • (String)


585
586
587
588
589
590
# File 'lib/aws-sdk-braket/types.rb', line 585

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