Class: Aws::Types::UDPEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::UDPEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def domain @domain end |
#port ⇒ ::Integer
Returns the value of attribute port.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def port @port end |