Class: Aws::Redshift::Types::CreateClusterSnapshotResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::CreateClusterSnapshotResult
 
 
- 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.
      2557 2558 2559 2560 2561  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 2557 class CreateClusterSnapshotResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end  |