Class: Aws::Types::PlayerLatency
- Inherits:
-
Object
- Object
- Aws::Types::PlayerLatency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latency_in_milliseconds ⇒ ::Float
Returns the value of attribute latency_in_milliseconds.
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
-
#region_identifier ⇒ ::String
Returns the value of attribute region_identifier.
Instance Attribute Details
#latency_in_milliseconds ⇒ ::Float
Returns the value of attribute latency_in_milliseconds.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def latency_in_milliseconds @latency_in_milliseconds end |
#player_id ⇒ ::String
Returns the value of attribute player_id.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def player_id @player_id end |
#region_identifier ⇒ ::String
Returns the value of attribute region_identifier.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def region_identifier @region_identifier end |