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:



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