Class: Aws::LakeFormation::Types::LFTagExpressionResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LFTagExpressionResource
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure containing a LF-Tag expression (keys and values).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#name ⇒ String
The name of the LF-Tag expression to grant permissions on.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID.
2178 2179 2180 2181 2182 2183 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2178 class LFTagExpressionResource < Struct.new( :catalog_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the LF-Tag expression to grant permissions on.
2178 2179 2180 2181 2182 2183 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2178 class LFTagExpressionResource < Struct.new( :catalog_id, :name) SENSITIVE = [] include Aws::Structure end |