Class: Aws::DataExchange::Types::CancelJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier for a job.

Returns:

  • (String)


302
303
304
305
306
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 302

class CancelJobRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end