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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A short text description of the job.

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
1740
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1734

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

#job_arnString

The job ARN.

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
1740
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1734

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

#job_idString

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

Returns:

  • (String)


1734
1735
1736
1737
1738
1739
1740
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 1734

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