Class: Aws::Types::CreatePlayerSessionsInput

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)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Array[::String])


475
476
477
# File 'sig/types.rbs', line 475

def player_ids
  @player_ids
end