Class: Aws::Redshift::Types::AuthorizeSnapshotAccessResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::AuthorizeSnapshotAccessResult
 
 
- 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.
      411 412 413 414 415  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 411 class AuthorizeSnapshotAccessResult < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end  |