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.
4796 4797 4798 4799 4800 4801 |
# File 'lib/aws-sdk-batch/types.rb', line 4796 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.
4796 4797 4798 4799 4800 4801 |
# File 'lib/aws-sdk-batch/types.rb', line 4796 class FrontOfQueueJobSummary < Struct.new( :job_arn, :earliest_time_at_position) SENSITIVE = [] include Aws::Structure end |