Class: Aws::RDS::Types::DeleteDBSnapshotMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBSnapshotMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_snapshot_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DB snapshot identifier.
 
Instance Attribute Details
#db_snapshot_identifier ⇒ String
The DB snapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the ‘available` state.
      11940 11941 11942 11943 11944  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11940 class DeleteDBSnapshotMessage < Struct.new( :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end  |