Class: Aws::LakeFormation::Types::DeleteLFTagExpressionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DeleteLFTagExpressionRequest
- Defined in:
- gems/aws-sdk-lakeformation/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 in which the LF-Tag expression is saved.
919 920 921 922 923 924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 919 class DeleteLFTagExpressionRequest < Struct.new( :name, :catalog_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the LF-Tag expression.
919 920 921 922 923 924 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 919 class DeleteLFTagExpressionRequest < Struct.new( :name, :catalog_id) SENSITIVE = [] include Aws::Structure end |