Class: Aws::GameLift::Types::PingBeacon
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::PingBeacon
- 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
-
#udp_endpoint ⇒ Types::UDPEndpoint
The domain name and port of the UDP ping beacon.
Instance Attribute Details
#udp_endpoint ⇒ Types::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.
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 |