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.
11332 11333 11334 11335 11336 11337 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11332 class UDPEndpoint < Struct.new( :domain, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port number of the UDP endpoint.
11332 11333 11334 11335 11336 11337 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11332 class UDPEndpoint < Struct.new( :domain, :port) SENSITIVE = [] include Aws::Structure end |