class Aws::GameLift::Types::ClaimGameServerInput
@note When making an API call, you may pass ClaimGameServerInput
data as a hash: { game_server_group_name: "GameServerGroupNameOrArn", # required game_server_id: "GameServerId", game_server_data: "GameServerData", }
@!attribute [rw] game_server_group_name
A unique identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value. If you are not specifying a game server to claim, this value identifies where you want GameLift FleetIQ to look for an available game server to claim. @return [String]
@!attribute [rw] game_server_id
A custom string that uniquely identifies the game server to claim. If this parameter is left empty, GameLift FleetIQ searches for an available game server in the specified game server group. @return [String]
@!attribute [rw] game_server_data
A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on game servers using ListGameServers or ClaimGameServer. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/ClaimGameServerInput AWS API Documentation
Constants
- SENSITIVE