Class: Aws::Types::Player

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_id])

Instance Attribute Summary collapse

Instance Attribute Details

#latency_in_ms::Hash[::String, ::Integer]

Returns the value of attribute latency_in_ms.

Returns:

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


1818
1819
1820
# File 'sig/types.rbs', line 1818

def latency_in_ms
  @latency_in_ms
end

#player_attributes::Hash[::String, Types::AttributeValue]

Returns the value of attribute player_attributes.

Returns:



1816
1817
1818
# File 'sig/types.rbs', line 1816

def player_attributes
  @player_attributes
end

#player_id::String

Returns the value of attribute player_id.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def player_id
  @player_id
end

#team::String

Returns the value of attribute team.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def team
  @team
end