Class: Aws::Types::PlacedPlayerSession

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)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def player_id
  @player_id
end

#player_session_id::String

Returns the value of attribute player_session_id.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def player_session_id
  @player_session_id
end