Class: Aws::Types::PlayerLatency

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_milliseconds::Float

Returns the value of attribute latency_in_milliseconds.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def region_identifier
  @region_identifier
end