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.
9657 9658 9659 9660 9661 |
# File 'lib/aws-sdk-rds/types.rb', line 9657 class DBInstanceAutomatedBackupsReplication < Struct.new( :db_instance_automated_backups_arn) SENSITIVE = [] include Aws::Structure end |