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.
| 9456 9457 9458 9459 9460 | # File 'lib/aws-sdk-rds/types.rb', line 9456 class DBInstanceAutomatedBackupsReplication < Struct.new( :db_instance_automated_backups_arn) SENSITIVE = [] include Aws::Structure end |