Class: Aws::Batch::Types::QueueSnapshotUtilizationDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fairshare_utilizationTypes::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_atInteger

The Unix timestamp (in milliseconds) for when the queue utilization information was last updated.

Returns:

  • (Integer)


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_usageArray<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