Method: Aws::Braket::Types::CancelJobResponse#job_arn
- Defined in:
- lib/aws-sdk-braket/types.rb
#job_arn ⇒ String
The ARN of the Amazon Braket job.
116 117 118 119 120 121 |
# File 'lib/aws-sdk-braket/types.rb', line 116 class CancelJobResponse < Struct.new( :job_arn, :cancellation_status) SENSITIVE = [] include Aws::Structure end |