Class: Aws::Types::LakeFormationScopeUnion
- Inherits:
-
Object
- Object
- Aws::Types::LakeFormationScopeUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: LakeFormationQuery, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lake_formation_query ⇒ Types::LakeFormationQuery
Returns the value of attribute lake_formation_query.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#lake_formation_query ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def unknown @unknown end |