Class: Aws::Types::GetPlayerConnectionDetailsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPlayerConnectionDetailsInput
- 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_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.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def game_session_id @game_session_id end |
#player_ids ⇒ ::Array[::String]
Returns the value of attribute player_ids.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def player_ids @player_ids end |