Class: Aws::IoT::Types::CancelJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CancelJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A short text description of the job.
-
#job_arn ⇒ String
The job ARN.
-
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
Instance Attribute Details
#description ⇒ String
A short text description of the job.
1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-iot/types.rb', line 1811 class CancelJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The job ARN.
1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-iot/types.rb', line 1811 class CancelJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-iot/types.rb', line 1811 class CancelJobResponse < Struct.new( :job_arn, :job_id, :description) SENSITIVE = [] include Aws::Structure end |