Class: Aws::Types::AuroraParameters
- Inherits:
-
Object
- Object
- Aws::Types::AuroraParameters
- 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.
757 758 759 |
# File 'sig/types.rbs', line 757 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
755 756 757 |
# File 'sig/types.rbs', line 755 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
756 757 758 |
# File 'sig/types.rbs', line 756 def port @port end |