class Aws::GameLift::Types::CreateFleetLocationsInput
Represents the input for a request operation.
@note When making an API call, you may pass CreateFleetLocationsInput
data as a hash: { fleet_id: "FleetIdOrArn", # required locations: [ # required { location: "LocationStringModel", }, ], }
@!attribute [rw] fleet_id
A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value. @return [String]
@!attribute [rw] locations
A list of locations to deploy additional instances to and manage as part of the fleet. You can add any GameLift-supported AWS Region as a remote location, in the form of an AWS Region code such as `us-west-2`. @return [Array<Types::LocationConfiguration>]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateFleetLocationsInput AWS API Documentation
Constants
- SENSITIVE