Class: Aws::LakeFormation::Types::UpdateLFTagRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

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.

Returns:

  • (String)


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_keyString

The key-name for the LF-tag for which to add or delete values.

Returns:

  • (String)


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_addArray<String>

A list of LF-tag values to add from the LF-tag.

Returns:

  • (Array<String>)


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_deleteArray<String>

A list of LF-tag values to delete from the LF-tag.

Returns:

  • (Array<String>)


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