Class: Aws::Types::SocketAddress
- Inherits:
-
Object
- Object
- Aws::Types::SocketAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def name @name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def port @port end |