Class: Aws::GameLift::Types::UDPEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UDPEndpoint
- 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
-
#domain ⇒ String
The domain name of the UDP endpoint.
-
#port ⇒ Integer
The port number of the UDP endpoint.
Instance Attribute Details
#domain ⇒ String
The domain name of the UDP endpoint.
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 |
#port ⇒ Integer
The port number of the UDP endpoint.
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 |