Class: Aws::LakeFormation::Types::LFTagExpression
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::LFTagExpression
- Defined in:
- gems/aws-sdk-lakeformation/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.
2203 2204 2205 2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2203 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.
2203 2204 2205 2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2203 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.
2203 2204 2205 2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2203 class LFTagExpression < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for saved the LF-Tag expression.
2203 2204 2205 2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2203 class LFTagExpression < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |