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