Class: Aws::Redshift::Types::LakeFormationQuery
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::LakeFormationQuery
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
The Lake Formation scope.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #authorization  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Determines whether the query scope is enabled or disabled.
 
Instance Attribute Details
#authorization ⇒ String
Determines whether the query scope is enabled or disabled.
      7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7491 class LakeFormationQuery < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end  |