Class: Aws::Types::MySqlParameters
- Inherits:
-
Object
- Object
- Aws::Types::MySqlParameters
- 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.
8147 8148 8149 |
# File 'sig/types.rbs', line 8147 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
8145 8146 8147 |
# File 'sig/types.rbs', line 8145 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
8146 8147 8148 |
# File 'sig/types.rbs', line 8146 def port @port end |