Class: Aws::Types::DeleteDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def catalog_id @catalog_id end |
#name ⇒ ::String
Returns the value of attribute name.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def name @name end |