Class: Aws::Types::AuroraPostgreSqlParameters
- Inherits:
-
Object
- Object
- Aws::Types::AuroraPostgreSqlParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
764 765 766 |
# File 'sig/types.rbs', line 764 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
762 763 764 |
# File 'sig/types.rbs', line 762 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
763 764 765 |
# File 'sig/types.rbs', line 763 def port @port end |