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.



1886
1887
1888
# File 'sig/types.rbs', line 1886

def lake_formation_query
  @lake_formation_query
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1887
1888
1889
# File 'sig/types.rbs', line 1887

def unknown
  @unknown
end