Class: Aws::Braket::Types::CancelJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-braket/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_arnString

The ARN of the Amazon Braket job to cancel.

Returns:

  • (String)


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