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.
      8674 8675 8676 8677 8678 8679  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8674 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.
      8674 8675 8676 8677 8678 8679  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8674 class JobExecutionSummaryForThing < Struct.new( :job_id, :job_execution_summary) SENSITIVE = [] include Aws::Structure end  |