Class: Aws::Types::CreatePlayerSessionsInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlayerSessionsInput
- 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_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute player_data_map.
-
#player_ids ⇒ ::Array[::String]
Returns the value of attribute player_ids.
Instance Attribute Details
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def game_session_id @game_session_id end |
#player_data_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute player_data_map.
476 477 478 |
# File 'sig/types.rbs', line 476 def player_data_map @player_data_map end |
#player_ids ⇒ ::Array[::String]
Returns the value of attribute player_ids.
475 476 477 |
# File 'sig/types.rbs', line 475 def player_ids @player_ids end |