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.
      3876 3877 3878 3879 3880  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3876 class DescribeFleetLocationCapacityOutput < Struct.new( :fleet_capacity) SENSITIVE = [] include Aws::Structure end  |