Class: Aws::Types::RdsParameters
- Inherits:
-
Object
- Object
- Aws::Types::RdsParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#database ⇒ ::String
Returns the value of attribute database.
9089 9090 9091 |
# File 'sig/types.rbs', line 9089 def database @database end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9088 9089 9090 |
# File 'sig/types.rbs', line 9088 def instance_id @instance_id end |