Class: Aws::RDS::Types::DBInstanceAutomatedBackupsReplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBInstanceAutomatedBackupsReplication
- Defined in:
- gems/aws-sdk-rds/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.
9580 9581 9582 9583 9584 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9580 class DBInstanceAutomatedBackupsReplication < Struct.new( :db_instance_automated_backups_arn) SENSITIVE = [] include Aws::Structure end |