class Aws::GameLift::Types::DescribeFleetLocationCapacityInput

Represents the input for a request operation.

@note When making an API call, you may pass DescribeFleetLocationCapacityInput

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      location: "LocationStringModel", # required
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet to request location capacity for.
You can use either the fleet ID or ARN value.
@return [String]

@!attribute [rw] location

The fleet location to retrieve capacity information for. Specify a
location in the form of an AWS Region code, such as `us-west-2`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DescribeFleetLocationCapacityInput AWS API Documentation

Constants

SENSITIVE