class Aws::GameLift::Types::DescribeGameServerInput

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

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 information
to be retrieved.
@return [String]

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

Constants

SENSITIVE