Class: Aws::RDS::Types::DeleteDBInstanceAutomatedBackupResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_automated_backupTypes::DBInstanceAutomatedBackup

An automated backup of a DB instance. It it consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.



6140
6141
6142
6143
# File 'lib/aws-sdk-rds/types.rb', line 6140

class DeleteDBInstanceAutomatedBackupResult < Struct.new(
  :db_instance_automated_backup)
  include Aws::Structure
end