Class: Aws::RDS::Types::DeleteDBSnapshotResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBSnapshotResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_snapshot  ⇒ Types::DBSnapshot 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the details of an Amazon RDS DB snapshot.
 
Instance Attribute Details
#db_snapshot ⇒ Types::DBSnapshot
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the ‘DescribeDBSnapshots` action.
      11955 11956 11957 11958 11959  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11955 class DeleteDBSnapshotResult < Struct.new( :db_snapshot) SENSITIVE = [] include Aws::Structure end  |