You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTJobsDataPlane::Types::JobExecutionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTJobsDataPlane::Types::JobExecutionSummary
 
 
- Defined in:
 - (unknown)
 
Overview
Contains a subset of information about a job execution.
Instance Attribute Summary collapse
- 
  
    
      #execution_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A number that identifies a particular job execution on a particular device.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier you assigned to this job when it was created.
 - 
  
    
      #last_updated_at  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the job execution was last updated.
 - 
  
    
      #queued_at  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the job execution was enqueued.
 - 
  
    
      #started_at  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the job execution started.
 - 
  
    
      #version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the job execution.
 
Instance Attribute Details
#execution_number ⇒ Integer
A number that identifies a particular job execution on a particular device.
#job_id ⇒ String
The unique identifier you assigned to this job when it was created.
#last_updated_at ⇒ Integer
The time, in milliseconds since the epoch, when the job execution was last updated.
#queued_at ⇒ Integer
The time, in milliseconds since the epoch, when the job execution was enqueued.
#started_at ⇒ Integer
The time, in milliseconds since the epoch, when the job execution started.
#version_number ⇒ Integer
The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.