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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-iot/types.rb', line 1722

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

#job_arnString

The job ARN.

Returns:

  • (String)


1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-iot/types.rb', line 1722

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)


1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-iot/types.rb', line 1722

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