Class: Aws::LakeFormation::Types::UpdateLFTagExpressionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateLFTagExpressionRequest
- 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 saved LF-Tag expression.
-
#expression ⇒ Array<Types::LFTag>
The LF-Tag expression body composed of one more LF-Tag key-value pairs.
-
#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.
3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3801 class UpdateLFTagExpressionRequest < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description with information about the saved LF-Tag expression.
3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3801 class UpdateLFTagExpressionRequest < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Array<Types::LFTag>
The LF-Tag expression body composed of one more LF-Tag key-value pairs.
3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3801 class UpdateLFTagExpressionRequest < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the LF-Tag expression.
3801 3802 3803 3804 3805 3806 3807 3808 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3801 class UpdateLFTagExpressionRequest < Struct.new( :name, :description, :catalog_id, :expression) SENSITIVE = [] include Aws::Structure end |