Class: Aws::Types::MariaDbParameters
- Inherits:
-
Object
- Object
- Aws::Types::MariaDbParameters
- 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.
8425 8426 8427 |
# File 'sig/types.rbs', line 8425 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
8423 8424 8425 |
# File 'sig/types.rbs', line 8423 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
8424 8425 8426 |
# File 'sig/types.rbs', line 8424 def port @port end |