class Aws::GameLift::Types::GameProperty

Set of key-value pairs that contain information about a game session. When included in a game session request, these properties communicate details to be used when setting up the new game session. For example, a game property might specify a game mode, level, or map. Game properties are passed to the game server process when initiating a new game session. For more information, see the [ GameLift Developer Guide].

[1]: docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-client-api.html#gamelift-sdk-client-api-create

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

data as a hash:

    {
      key: "GamePropertyKey", # required
      value: "GamePropertyValue", # required
    }

@!attribute [rw] key

The game property identifier.
@return [String]

@!attribute [rw] value

The game property value.
@return [String]

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

Constants

SENSITIVE