Class: Aws::IoT::Types::JobExecutionSummaryForJob
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::JobExecutionSummaryForJob
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Contains a summary of information about job executions for a specific job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_execution_summary  ⇒ Types::JobExecutionSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains a subset of information about a job execution.
 - 
  
    
      #thing_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the thing on which the job execution is running.
 
Instance Attribute Details
#job_execution_summary ⇒ Types::JobExecutionSummary
Contains a subset of information about a job execution.
      8657 8658 8659 8660 8661 8662  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8657 class JobExecutionSummaryForJob < Struct.new( :thing_arn, :job_execution_summary) SENSITIVE = [] include Aws::Structure end  | 
  
#thing_arn ⇒ String
The ARN of the thing on which the job execution is running.
      8657 8658 8659 8660 8661 8662  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 8657 class JobExecutionSummaryForJob < Struct.new( :thing_arn, :job_execution_summary) SENSITIVE = [] include Aws::Structure end  |