Class: Aws::Types::DeleteDbInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDbInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#retain_automated_backups ⇒ Boolean
Returns the value of attribute retain_automated_backups.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
305 306 307 |
# File 'sig/types.rbs', line 305 def identifier @identifier end |
#retain_automated_backups ⇒ Boolean
Returns the value of attribute retain_automated_backups.
306 307 308 |
# File 'sig/types.rbs', line 306 def retain_automated_backups @retain_automated_backups end |