Class: Aws::GameLift::Types::DescribeFleetLocationCapacityInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeFleetLocationCapacityInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
A unique identifier for the fleet to request location capacity for.
-
#location ⇒ String
The fleet location to retrieve capacity information for.
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to request location capacity for. You can use either the fleet ID or ARN value.
3860 3861 3862 3863 3864 3865 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3860 class DescribeFleetLocationCapacityInput < Struct.new( :fleet_id, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fleet location to retrieve capacity information for. Specify a location in the form of an Amazon Web Services Region code, such as ‘us-west-2`.
3860 3861 3862 3863 3864 3865 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3860 class DescribeFleetLocationCapacityInput < Struct.new( :fleet_id, :location) SENSITIVE = [] include Aws::Structure end |