Class: Aws::Braket::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_attribute_names ⇒ Array<String>
A list of attributes to return additional information for.
-
#job_arn ⇒ String
The ARN of the hybrid job to retrieve.
Instance Attribute Details
#additional_attribute_names ⇒ Array<String>
A list of attributes to return additional information for. Only the QueueInfo additional attribute name is currently supported.
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_arn ⇒ String
The ARN of the hybrid job to retrieve.
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 |