Struct rusoto_gamelift::CreatePlayerSessionsInput [] [src]

pub struct CreatePlayerSessionsInput {
    pub game_session_id: ArnStringModel,
    pub player_data_map: Option<PlayerDataMap>,
    pub player_ids: PlayerIdList,
}

Represents the input for a request action.

Fields

Unique identifier for the game session to add players to.

Map of string pairs, each specifying a player ID and a set of developer-defined information related to the player. Amazon GameLift does not use this data, so it can be formatted as needed for use in the game. Player data strings for player IDs not included in the PlayerIds parameter are ignored.

List of unique identifiers for the players to be added.

Trait Implementations

impl Default for CreatePlayerSessionsInput
[src]

Returns the "default value" for a type. Read more

impl Debug for CreatePlayerSessionsInput
[src]

Formats the value using the given formatter.

impl Clone for CreatePlayerSessionsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more