Class: Aws::GameLift::Types::PingBeacon
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::PingBeacon
- Includes:
- Structure
- Defined in:
- 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.
9121 9122 9123 9124 9125 |
# File 'lib/aws-sdk-gamelift/types.rb', line 9121 class PingBeacon < Struct.new( :udp_endpoint) SENSITIVE = [] include Aws::Structure end |