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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3546

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)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3546

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>)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3546

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>)


3546
3547
3548
3549
3550
3551
3552
3553
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3546

class UpdateLFTagRequest < Struct.new(
  :catalog_id,
  :tag_key,
  :tag_values_to_delete,
  :tag_values_to_add)
  SENSITIVE = []
  include Aws::Structure
end