Class: Aws::Redshift::Types::DeleteClusterSnapshotResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeleteClusterSnapshotResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #snapshot  ⇒ Types::Snapshot 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes a snapshot.
 
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Describes a snapshot.
      3607 3608 3609 3610 3611  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3607 class DeleteClusterSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end  |