class Aws::GameLift::Types::CreatePlayerSessionInput
Represents the input for a request operation.
@note When making an API call, you may pass CreatePlayerSessionInput
data as a hash: { game_session_id: "ArnStringModel", # required player_id: "NonZeroAndMaxString", # required player_data: "PlayerData", }
@!attribute [rw] game_session_id
A unique identifier for the game session to add a player to. @return [String]
@!attribute [rw] player_id
A unique identifier for a player. Player IDs are developer-defined. @return [String]
@!attribute [rw] player_data
Developer-defined information related to a player. GameLift does not use this data, so it can be formatted as needed for use in the game. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreatePlayerSessionInput AWS API Documentation
Constants
- SENSITIVE