Class: Aws::LakeFormation::Types::UpdateLFTagRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateLFTagRequest
- 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.
-
#tag_key ⇒ String
The key-name for the LF-tag for which to add or delete values.
-
#tag_values_to_add ⇒ Array<String>
A list of LF-tag values to add from the LF-tag.
-
#tag_values_to_delete ⇒ Array<String>
A list of LF-tag values to delete from the LF-tag.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3835 class UpdateLFTagRequest < Struct.new( :catalog_id, :tag_key, :tag_values_to_delete, :tag_values_to_add) SENSITIVE = [] include Aws::Structure end |
#tag_key ⇒ String
The key-name for the LF-tag for which to add or delete values.
3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3835 class UpdateLFTagRequest < Struct.new( :catalog_id, :tag_key, :tag_values_to_delete, :tag_values_to_add) SENSITIVE = [] include Aws::Structure end |
#tag_values_to_add ⇒ Array<String>
A list of LF-tag values to add from the LF-tag.
3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3835 class UpdateLFTagRequest < Struct.new( :catalog_id, :tag_key, :tag_values_to_delete, :tag_values_to_add) SENSITIVE = [] include Aws::Structure end |
#tag_values_to_delete ⇒ Array<String>
A list of LF-tag values to delete from the LF-tag.
3835 3836 3837 3838 3839 3840 3841 3842 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3835 class UpdateLFTagRequest < Struct.new( :catalog_id, :tag_key, :tag_values_to_delete, :tag_values_to_add) SENSITIVE = [] include Aws::Structure end |