Class: Aws::Batch::Types::QueueSnapshotUtilizationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::QueueSnapshotUtilizationDetail
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
The job queue utilization at a specific point in time, including total capacity usage and fairshare utilization breakdown.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fairshare_utilization ⇒ Types::FairshareUtilizationDetail
The utilization information for a fairshare scheduling job queues, including active share count and top capacity utilization by share.
-
#last_updated_at ⇒ Integer
The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.
-
#total_capacity_usage ⇒ Array<Types::QueueSnapshotCapacityUsage>
The total capacity usage for the entire job queue, for both first-in, first-out (FIFO) and fairshare scheduling job queue.
Instance Attribute Details
#fairshare_utilization ⇒ Types::FairshareUtilizationDetail
The utilization information for a fairshare scheduling job queues, including active share count and top capacity utilization by share.
8000 8001 8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8000 class QueueSnapshotUtilizationDetail < Struct.new( :total_capacity_usage, :fairshare_utilization, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Integer
The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.
8000 8001 8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8000 class QueueSnapshotUtilizationDetail < Struct.new( :total_capacity_usage, :fairshare_utilization, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#total_capacity_usage ⇒ Array<Types::QueueSnapshotCapacityUsage>
The total capacity usage for the entire job queue, for both first-in, first-out (FIFO) and fairshare scheduling job queue.
8000 8001 8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8000 class QueueSnapshotUtilizationDetail < Struct.new( :total_capacity_usage, :fairshare_utilization, :last_updated_at) SENSITIVE = [] include Aws::Structure end |