Class: Aws::Types::MatchedPlayerSession

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_id])

Instance Attribute Summary collapse

Instance Attribute Details

#player_id::String

Returns the value of attribute player_id.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def player_id
  @player_id
end

#player_session_id::String

Returns the value of attribute player_session_id.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def player_session_id
  @player_session_id
end