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

Class: Aws::GameLift::Types::PlacedPlayerSession

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

Overview

Information about a player session that was created as part of a StartGameSessionPlacement request. This object contains only the player ID and player session ID. To retrieve full details on a player session, call DescribePlayerSessions with the player session ID.

Instance Attribute Summary collapse

Instance Attribute Details

#player_idString

A unique identifier for a player that is associated with this player session.

Returns:

  • (String)

    A unique identifier for a player that is associated with this player session.

#player_session_idString

A unique identifier for a player session.

Returns:

  • (String)

    A unique identifier for a player session.