Class: Aws::DocDB::Types::DeleteDBClusterSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DeleteDBClusterSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Detailed information about a cluster snapshot.
Instance Attribute Details
#db_cluster_snapshot ⇒ Types::DBClusterSnapshot
Detailed information about a cluster snapshot.
2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-docdb/types.rb', line 2426 class DeleteDBClusterSnapshotResult < Struct.new( :db_cluster_snapshot) SENSITIVE = [] include Aws::Structure end |