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.
7786 7787 7788 7789 7790 |
# File 'lib/aws-sdk-redshift/types.rb', line 7786 class LakeFormationQuery < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |