Class: Aws::Neptune::Types::DeleteDBClusterSnapshotMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::DeleteDBClusterSnapshotMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the DB cluster snapshot to delete.
 
Instance Attribute Details
#db_cluster_snapshot_identifier ⇒ String
The identifier of the DB cluster snapshot to delete.
Constraints: Must be the name of an existing DB cluster snapshot in the ‘available` state.
      3602 3603 3604 3605 3606  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 3602 class DeleteDBClusterSnapshotMessage < Struct.new( :db_cluster_snapshot_identifier) SENSITIVE = [] include Aws::Structure end  |