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.
3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3965 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`.
3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3965 class DescribeFleetLocationCapacityInput < Struct.new( :fleet_id, :location) SENSITIVE = [] include Aws::Structure end |