Class: Aws::Redshift::Types::LakeFormationQuery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

The Lake Formation scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationString

Determines whether the query scope is enabled or disabled.

Returns:

  • (String)


7492
7493
7494
7495
7496
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7492

class LakeFormationQuery < Struct.new(
  :authorization)
  SENSITIVE = []
  include Aws::Structure
end