Class: Aws::Braket::Types::CancelJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CancelJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cancellation_status ⇒ String
The status of the job cancellation request.
-
#job_arn ⇒ String
The ARN of the Amazon Braket job.
Instance Attribute Details
#cancellation_status ⇒ String
The status of the job cancellation request.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-braket/types.rb', line 89 class CancelJobResponse < Struct.new( :cancellation_status, :job_arn) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The ARN of the Amazon Braket job.
89 90 91 92 93 94 |
# File 'lib/aws-sdk-braket/types.rb', line 89 class CancelJobResponse < Struct.new( :cancellation_status, :job_arn) SENSITIVE = [] include Aws::Structure end |