Class: Aws::RDS::Types::DeleteDBInstanceAutomatedBackupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBInstanceAutomatedBackupResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_instance_automated_backup  ⇒ Types::DBInstanceAutomatedBackup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An automated backup of a DB instance.
 
Instance Attribute Details
#db_instance_automated_backup ⇒ Types::DBInstanceAutomatedBackup
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
      11724 11725 11726 11727 11728  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11724 class DeleteDBInstanceAutomatedBackupResult < Struct.new( :db_instance_automated_backup) SENSITIVE = [] include Aws::Structure end  |