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 job created.
Instance Attribute Details
#job_arn ⇒ String
The ARN of the Amazon Braket job created.
255 256 257 258 259 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 255 class CreateJobResponse < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |