Class: Aws::RDS::Types::DeleteDBClusterAutomatedBackupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBClusterAutomatedBackupResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_automated_backup  ⇒ Types::DBClusterAutomatedBackup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An automated backup of a DB cluster.
 
Instance Attribute Details
#db_cluster_automated_backup ⇒ Types::DBClusterAutomatedBackup
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
      11522 11523 11524 11525 11526  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11522 class DeleteDBClusterAutomatedBackupResult < Struct.new( :db_cluster_automated_backup) SENSITIVE = [] include Aws::Structure end  |