Class: Aws::RDS::Types::DeleteDBClusterAutomatedBackupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBClusterAutomatedBackupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_automated_backup ⇒ Types::DBClusterAutomatedBackup
An automated backup of a DB cluster.
Instance Attribute Details
#db_cluster_automated_backup ⇒ Types::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.
11459 11460 11461 11462 11463 |
# File 'lib/aws-sdk-rds/types.rb', line 11459 class DeleteDBClusterAutomatedBackupResult < Struct.new( :db_cluster_automated_backup) SENSITIVE = [] include Aws::Structure end |