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 information for.
-
#job_arn ⇒ String
The ARN of the job to retrieve.
Instance Attribute Details
#additional_attribute_names ⇒ Array<String>
A list of attributes to return information for.
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_arn ⇒ String
The ARN of the job to retrieve.
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 |