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.
45 46 47 48 49 50 51 52 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 45 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :include_job_document, :execution_number) SENSITIVE = [] include Aws::Structure end |
#include_job_document ⇒ Boolean
Optional. When set to true, the response contains the job document. The default is false.
45 46 47 48 49 50 51 52 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 45 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.
45 46 47 48 49 50 51 52 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 45 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.
45 46 47 48 49 50 51 52 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 45 class DescribeJobExecutionRequest < Struct.new( :job_id, :thing_name, :include_job_document, :execution_number) SENSITIVE = [] include Aws::Structure end |