Class: Aws::Braket::Types::CreateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CreateJobResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_arn ⇒ String
The ARN of the Amazon Braket hybrid job created.
Instance Attribute Details
#job_arn ⇒ String
The ARN of the Amazon Braket hybrid job created.
290 291 292 293 294 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 290 class CreateJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |