You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::MatchedPlayerSession

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a new player session that is 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.

Instance Attribute Summary collapse

Instance Attribute Details

#player_idString

A unique identifier for a player

Returns:

  • (String)

    A unique identifier for a player.

#player_session_idString

A unique identifier for a player session

Returns:

  • (String)

    A unique identifier for a player session.