Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
936 937 938 |
# File 'sig/types.rbs', line 936 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
937 938 939 |
# File 'sig/types.rbs', line 937 def port @port end |