Class: Aws::IoTJobsDataPlane::Types::DescribeJobExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::DescribeJobExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_number ⇒ Integer
Optional.
-
#include_job_document ⇒ Boolean
Optional.
-
#job_id ⇒ String
The unique identifier assigned to this job when it was created.
-
#thing_name ⇒ String
The thing name associated with the device the job execution is running on.
Instance Attribute Details
#execution_number ⇒ Integer
Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :include_job_document, :execution_number) SENSITIVE = [] include Aws::Structure end |
#include_job_document ⇒ Boolean
Optional. Unless set to false, the response contains the job document. The default is true.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :include_job_document, :execution_number) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier assigned to this job when it was created.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :include_job_document, :execution_number) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The thing name associated with the device the job execution is running on.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 108 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :include_job_document, :execution_number) SENSITIVE = [] include Aws::Structure end |