Class: Aws::Batch::Types::GetJobQueueSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::GetJobQueueSnapshotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#front_of_queue ⇒ Types::FrontOfQueueDetail
The list of the first 100 ‘RUNNABLE` jobs in each job queue.
Instance Attribute Details
#front_of_queue ⇒ Types::FrontOfQueueDetail
The list of the first 100 ‘RUNNABLE` jobs in each job queue. For first-in-first-out (FIFO) job queues, jobs are ordered based on their submission time. For fair share scheduling (FSS) job queues, jobs are ordered based on their job priority and share usage.
4715 4716 4717 4718 4719 |
# File 'lib/aws-sdk-batch/types.rb', line 4715 class GetJobQueueSnapshotResponse < Struct.new( :front_of_queue) SENSITIVE = [] include Aws::Structure end |