Class: Aws::Types::CreatePlayerSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlayerSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#player_data ⇒ ::String
Returns the value of attribute player_data.
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
Instance Attribute Details
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
462 463 464 |
# File 'sig/types.rbs', line 462 def game_session_id @game_session_id end |
#player_data ⇒ ::String
Returns the value of attribute player_data.
464 465 466 |
# File 'sig/types.rbs', line 464 def player_data @player_data end |
#player_id ⇒ ::String
Returns the value of attribute player_id.
463 464 465 |
# File 'sig/types.rbs', line 463 def player_id @player_id end |