Class: Aws::Types::DesiredPlayerSession

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

#player_data::String

Returns the value of attribute player_data.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def player_data
  @player_data
end

#player_id::String

Returns the value of attribute player_id.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def player_id
  @player_id
end