class Aws::GameLift::Types::DeleteFleetLocationsInput

Represents the input for a request operation.

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

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      locations: ["LocationStringModel"], # required
    }

@!attribute [rw] fleet_id

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

@!attribute [rw] locations

The list of fleet locations to delete. Specify locations in the form
of an AWS Region code, such as `us-west-2`.
@return [Array<String>]

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

Constants

SENSITIVE