Class: Aws::RDS::Types::DeleteDBClusterAutomatedBackupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_automated_backupTypes::DBClusterAutomatedBackup

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



11207
11208
11209
11210
11211
# File 'lib/aws-sdk-rds/types.rb', line 11207

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