Class: Aws::Types::DeleteDBInstanceAutomatedBackupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDBInstanceAutomatedBackupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute db_instance_automated_backups_arn.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
Instance Attribute Details
#db_instance_automated_backups_arn ⇒ ::String
Returns the value of attribute db_instance_automated_backups_arn.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def db_instance_automated_backups_arn @db_instance_automated_backups_arn end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def dbi_resource_id @dbi_resource_id end |