Class: Aws::Braket::Types::CancelJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cancellation_statusString

The status of the job cancellation request.

Returns:

  • (String)


89
90
91
92
93
94
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 89

class CancelJobResponse < Struct.new(
  :cancellation_status,
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The ARN of the Amazon Braket job.

Returns:

  • (String)


89
90
91
92
93
94
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 89

class CancelJobResponse < Struct.new(
  :cancellation_status,
  :job_arn)
  SENSITIVE = []
  include Aws::Structure
end