Class: Aws::Batch::Types::GetJobQueueSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::GetJobQueueSnapshotResponse
- Defined in:
- gems/aws-sdk-batch/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
RUNNABLEjobs in each job queue. -
#front_of_quota_shares ⇒ Types::FrontOfQuotaSharesDetail
The first
RUNNABLEjob in each quota share. -
#queue_utilization ⇒ Types::QueueSnapshotUtilizationDetail
The job queue's capacity utilization, including total usage and breakdown per given share.
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 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_shares ⇒ Types::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_utilization ⇒ Types::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 |