Class: Aws::Types::RelationalDatabaseEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseEndpoint
- 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.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
2721 2722 2723 |
# File 'sig/types.rbs', line 2721 def port @port end |