Class: Aws::Batch::Types::QuotaShareUtilizationDetail

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

Overview

An object that represents the capacity utilization details of all quota shares associated with a single job queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#top_capacity_utilizationArray<Types::QuotaShareCapacityUtilization>

A list of the top capacity utilizations across quota shares associated with a job queue.



8574
8575
8576
8577
8578
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8574

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