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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#udp_endpointTypes::UDPEndpoint

The domain name and port of the UDP ping beacon.

Returns:



9107
9108
9109
9110
9111
# File 'lib/aws-sdk-gamelift/types.rb', line 9107

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