Class: Aws::GameLift::Types::UDPEndpoint

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

Overview

The domain name and port information for a UDP endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain name of the UDP endpoint.

Returns:

  • (String)


11349
11350
11351
11352
11353
11354
# File 'lib/aws-sdk-gamelift/types.rb', line 11349

class UDPEndpoint < Struct.new(
  :domain,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number of the UDP endpoint.

Returns:

  • (Integer)


11349
11350
11351
11352
11353
11354
# File 'lib/aws-sdk-gamelift/types.rb', line 11349

class UDPEndpoint < Struct.new(
  :domain,
  :port)
  SENSITIVE = []
  include Aws::Structure
end