Class: Aws::RDS::Types::DBInstanceAutomatedBackupsReplication

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#db_instance_automated_backups_arnString

The Amazon Resource Name (ARN) of the replicated automated backups.

Returns:

  • (String)


9258
9259
9260
9261
9262
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9258

class DBInstanceAutomatedBackupsReplication < Struct.new(
  :db_instance_automated_backups_arn)
  SENSITIVE = []
  include Aws::Structure
end