Class: Aws::IoT::Types::JobExecutionSummaryForThing
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobExecutionSummaryForThing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The job execution summary for a thing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_execution_summary ⇒ Types::JobExecutionSummary
Contains a subset of information about a job execution.
-
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
Instance Attribute Details
#job_execution_summary ⇒ Types::JobExecutionSummary
Contains a subset of information about a job execution.
9556 9557 9558 9559 9560 9561 |
# File 'lib/aws-sdk-iot/types.rb', line 9556 class JobExecutionSummaryForThing < Struct.new( :job_id, :job_execution_summary) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
9556 9557 9558 9559 9560 9561 |
# File 'lib/aws-sdk-iot/types.rb', line 9556 class JobExecutionSummaryForThing < Struct.new( :job_id, :job_execution_summary) SENSITIVE = [] include Aws::Structure end |