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.
| 11203 11204 11205 11206 11207 | # File 'lib/aws-sdk-rds/types.rb', line 11203 class DeleteDBClusterAutomatedBackupResult < Struct.new( :db_cluster_automated_backup) SENSITIVE = [] include Aws::Structure end |