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.
7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-redshift/types.rb', line 7745 class LakeFormationQuery < Struct.new( :authorization) SENSITIVE = [] include Aws::Structure end |