Class: Aws::Types::LakeFormationScopeUnion

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: LakeFormationQuery, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lake_formation_queryTypes::LakeFormationQuery

Returns the value of attribute lake_formation_query.



1881
1882
1883
# File 'sig/types.rbs', line 1881

def lake_formation_query
  @lake_formation_query
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def unknown
  @unknown
end