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.
      2297 2298 2299 2300 2301  | 
    
      # File 'lib/aws-sdk-docdb/types.rb', line 2297 class DeleteDBClusterSnapshotResult < Struct.new( :db_cluster_snapshot) SENSITIVE = [] include Aws::Structure end  |