Struct rusoto_gamelift::MatchedPlayerSession [] [src]

pub struct MatchedPlayerSession {
    pub player_id: Option<String>,
    pub player_session_id: Option<String>,
}

New player session created as a result of a successful FlexMatch match. A successful match automatically creates new player sessions for every player ID in the original matchmaking request.

When players connect to the match's game session, they must include both player ID and player session ID in order to claim their assigned player slot.

Fields

Unique identifier for a player

Unique identifier for a player session

Trait Implementations

impl Default for MatchedPlayerSession
[src]

[src]

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

impl Debug for MatchedPlayerSession
[src]

[src]

Formats the value using the given formatter.

impl Clone for MatchedPlayerSession
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more