Class: Aws::Types::PostgreSqlParameters
- Inherits:
-
Object
- Object
- Aws::Types::PostgreSqlParameters
- 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.
8909 8910 8911 |
# File 'sig/types.rbs', line 8909 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
8907 8908 8909 |
# File 'sig/types.rbs', line 8907 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
8908 8909 8910 |
# File 'sig/types.rbs', line 8908 def port @port end |