Class: Aws::GameLift::Types::DescribeFleetLocationCapacityOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeFleetLocationCapacityOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_capacity ⇒ Types::FleetCapacity
Resource capacity information for the requested fleet location.
Instance Attribute Details
#fleet_capacity ⇒ Types::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.
3981 3982 3983 3984 3985 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3981 class DescribeFleetLocationCapacityOutput < Struct.new( :fleet_capacity) SENSITIVE = [] include Aws::Structure end |