Class: Aws::Batch::Types::GetJobQueueSnapshotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#front_of_queueTypes::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.



4679
4680
4681
4682
4683
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 4679

class GetJobQueueSnapshotResponse < Struct.new(
  :front_of_queue)
  SENSITIVE = []
  include Aws::Structure
end