Class: Aws::IoT::Types::JobExecutionSummaryForThing
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::JobExecutionSummaryForThing
- Defined in:
- gems/aws-sdk-iot/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.
8402 8403 8404 8405 8406 8407 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8402 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.
8402 8403 8404 8405 8406 8407 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8402 class JobExecutionSummaryForThing < Struct.new( :job_id, :job_execution_summary) SENSITIVE = [] include Aws::Structure end |