Class: Aws::Braket::Types::CancelJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CancelJobRequest
- Includes:
- Structure
- Defined in:
- 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 to cancel.
Instance Attribute Details
#job_arn ⇒ String
The ARN of the Amazon Braket job to cancel.
73 74 75 76 77 |
# File 'lib/aws-sdk-braket/types.rb', line 73 class CancelJobRequest < Struct.new( :job_arn) SENSITIVE = [] include Aws::Structure end |