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

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_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.



11373
11374
11375
11376
11377
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11373

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