Class: Aws::Types::PlacedPlayerSession
- Inherits:
-
Object
- Object
- Aws::Types::PlacedPlayerSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
-
#player_session_id ⇒ ::String
Returns the value of attribute player_session_id.
Instance Attribute Details
#player_id ⇒ ::String
Returns the value of attribute player_id.
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.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def player_session_id @player_session_id end |