Class: Aws::GameLift::Types::PingBeacon

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Information about a UDP ping beacon that can be used to measure network latency between a player device and an Amazon GameLift Servers hosting location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#udp_endpointTypes::UDPEndpoint

The domain name and port of the UDP ping beacon. Your game client can send UDP messages to this endpoint and receive responses to measure network latency.

Returns:



9543
9544
9545
9546
9547
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9543

class PingBeacon < Struct.new(
  :udp_endpoint)
  SENSITIVE = []
  include Aws::Structure
end