Class: Aws::Types::Player
- Inherits:
-
Object
- Object
- Aws::Types::Player
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latency_in_ms ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute latency_in_ms.
-
#player_attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute player_attributes.
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
-
#team ⇒ ::String
Returns the value of attribute team.
Instance Attribute Details
#latency_in_ms ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute latency_in_ms.
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.
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.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def player_id @player_id end |
#team ⇒ ::String
Returns the value of attribute team.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def team @team end |