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 information for.

Returns:

  • (Array<String>)


517
518
519
520
521
522
# File 'lib/aws-sdk-braket/types.rb', line 517

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

#job_arnString

The ARN of the job to retrieve.

Returns:

  • (String)


517
518
519
520
521
522
# File 'lib/aws-sdk-braket/types.rb', line 517

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