Class: Aws::LakeFormation::Types::GetLFTagExpressionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetLFTagExpressionRequest
- 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.
-
#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.
1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1488 class GetLFTagExpressionRequest < Struct.new( :name, :catalog_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the LF-Tag expression
1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1488 class GetLFTagExpressionRequest < Struct.new( :name, :catalog_id) SENSITIVE = [] include Aws::Structure end |