Class: Aws::IoT::Types::DescribeJobExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeJobExecutionRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_number ⇒ Integer
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device..
-
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
-
#thing_name ⇒ String
The name of the thing on which the job execution is running.
Instance Attribute Details
#execution_number ⇒ Integer
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
6305 6306 6307 6308 6309 6310 6311 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6305 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :execution_number) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
6305 6306 6307 6308 6309 6310 6311 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6305 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :execution_number) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing on which the job execution is running.
6305 6306 6307 6308 6309 6310 6311 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6305 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :execution_number) SENSITIVE = [] include Aws::Structure end |