Class: Aws::RDS::Types::StartDBInstanceAutomatedBackupsReplicationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_automated_backupTypes::DBInstanceAutomatedBackup

An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.



26179
26180
26181
26182
26183
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26179

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