Class: Aws::GameLift::Types::DescribeFleetLocationCapacityOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_capacityTypes::FleetCapacity

Resource capacity information for the requested fleet location. Capacity objects are returned only for fleets and locations that currently exist. Changes in desired instance value can take up to 1 minute to be reflected.



2640
2641
2642
2643
2644
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2640

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