Class: Aws::LakeFormation::Types::LFTagExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LFTagExpression
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
A structure consists LF-Tag expression name and catalog ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#description ⇒ String
A structure that contains information about the LF-Tag expression.
-
#expression ⇒ Array<Types::LFTag>
A logical expression composed of one or more LF-Tags.
-
#name ⇒ String
The name for saved the LF-Tag expression.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2179 class LFTagExpression < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A structure that contains information about the LF-Tag expression.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2179 class LFTagExpression < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Array<Types::LFTag>
A logical expression composed of one or more LF-Tags.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2179 class LFTagExpression < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for saved the LF-Tag expression.
2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2179 class LFTagExpression < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |