Class: Aws::IoT::Types::CancelJobResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A short text description of the job.



1293
1294
1295
1296
1297
1298
# File 'lib/aws-sdk-iot/types.rb', line 1293

class CancelJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  include Aws::Structure
end

#job_arnString

The job ARN.



1293
1294
1295
1296
1297
1298
# File 'lib/aws-sdk-iot/types.rb', line 1293

class CancelJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  include Aws::Structure
end

#job_idString

The unique identifier you assigned to this job when it was created.



1293
1294
1295
1296
1297
1298
# File 'lib/aws-sdk-iot/types.rb', line 1293

class CancelJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :description)
  include Aws::Structure
end