Class: Aws::LakeFormation::Types::GetLFTagExpressionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetLFTagExpressionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#description ⇒ String
The description with information about the LF-Tag expression.
-
#expression ⇒ Array<Types::LFTag>
The body of the LF-Tag expression.
-
#name ⇒ String
The name for the LF-Tag expression.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID in which the LF-Tag expression is saved.
1515 1516 1517 1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515 class GetLFTagExpressionResponse < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description with information about the LF-Tag expression.
1515 1516 1517 1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515 class GetLFTagExpressionResponse < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Array<Types::LFTag>
The body of the LF-Tag expression. It is composed of one or more LF-Tag key-value pairs.
1515 1516 1517 1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515 class GetLFTagExpressionResponse < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the LF-Tag expression.
1515 1516 1517 1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515 class GetLFTagExpressionResponse < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |