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 job queues with an attached fair-share scheduling (FSS) or quota-share policy, jobs are ordered based on their job priority and share usage.



6019
6020
6021
6022
6023
6024
6025
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6019

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

#front_of_quota_sharesTypes::FrontOfQuotaSharesDetail

The first RUNNABLE job in each quota share. Jobs are ordered based on their job priority and share usage.



6019
6020
6021
6022
6023
6024
6025
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6019

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

#queue_utilizationTypes::QueueSnapshotUtilizationDetail

The job queue's capacity utilization, including total usage and breakdown per given share.



6019
6020
6021
6022
6023
6024
6025
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6019

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