Class: Aws::RDS::Types::DBInstanceAutomatedBackupsReplication
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBInstanceAutomatedBackupsReplication
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Automated backups of a DB instance replicated to another Amazon Web Services Region. They consist of system backups, transaction logs, and database instance properties.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_instance_automated_backups_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the replicated automated backups.
 
Instance Attribute Details
#db_instance_automated_backups_arn ⇒ String
The Amazon Resource Name (ARN) of the replicated automated backups.
      9720 9721 9722 9723 9724  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 9720 class DBInstanceAutomatedBackupsReplication < Struct.new( :db_instance_automated_backups_arn) SENSITIVE = [] include Aws::Structure end  |