Class: Aws::Types::CreatePlayerSessionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_id, :player_data])

Instance Attribute Summary collapse

Instance Attribute Details

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def player_id
  @player_id
end