Method: Aws::GameLift::Types::MatchedPlayerSession#player_id

Defined in:
lib/aws-sdk-gamelift/types.rb

#player_idString

A unique identifier for a player

Returns:

  • (String)


8671
8672
8673
8674
8675
8676
# File 'lib/aws-sdk-gamelift/types.rb', line 8671

class MatchedPlayerSession < Struct.new(
  :player_id,
  :player_session_id)
  SENSITIVE = [:player_id]
  include Aws::Structure
end