Class: Aws::Batch::Types::FrontOfQueueJobSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::FrontOfQueueJobSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
An object that represents summary details for the first 100 ‘RUNNABLE` jobs in a job queue.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #earliest_time_at_position  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
 - 
  
    
      #job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for a job in a named job queue.
 
Instance Attribute Details
#earliest_time_at_position ⇒ Integer
The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
      4666 4667 4668 4669 4670 4671  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 4666 class FrontOfQueueJobSummary < Struct.new( :job_arn, :earliest_time_at_position) SENSITIVE = [] include Aws::Structure end  | 
  
#job_arn ⇒ String
The ARN for a job in a named job queue.
      4666 4667 4668 4669 4670 4671  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 4666 class FrontOfQueueJobSummary < Struct.new( :job_arn, :earliest_time_at_position) SENSITIVE = [] include Aws::Structure end  |