class Aws::GameLift::Types::DeregisterGameServerInput
@note When making an API call, you may pass DeregisterGameServerInput
data as a hash: { game_server_group_name: "GameServerGroupNameOrArn", # required game_server_id: "GameServerId", # required }
@!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. @return [String]
@!attribute [rw] game_server_id
A custom string that uniquely identifies the game server to deregister. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DeregisterGameServerInput AWS API Documentation
Constants
- SENSITIVE