Class: Aws::Types::DeleteDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#delete_automated_backups ⇒ Boolean
Returns the value of attribute delete_automated_backups.
-
#final_db_snapshot_identifier ⇒ ::String
Returns the value of attribute final_db_snapshot_identifier.
-
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def db_instance_identifier @db_instance_identifier end |
#delete_automated_backups ⇒ Boolean
Returns the value of attribute delete_automated_backups.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def delete_automated_backups @delete_automated_backups end |
#final_db_snapshot_identifier ⇒ ::String
Returns the value of attribute final_db_snapshot_identifier.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def final_db_snapshot_identifier @final_db_snapshot_identifier end |
#skip_final_snapshot ⇒ Boolean
Returns the value of attribute skip_final_snapshot.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def skip_final_snapshot @skip_final_snapshot end |