Class: Aws::Types::GetPlayerConnectionDetailsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_ids])

Instance Attribute Summary collapse

Instance Attribute Details

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1429
1430
1431
# File 'sig/types.rbs', line 1429

def player_ids
  @player_ids
end