Class: Aws::LakeFormation::Types::UpdateLFTagExpressionRequest

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.

Returns:

  • (String)


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

#descriptionString

The description with information about the saved LF-Tag expression.

Returns:

  • (String)


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

#expressionArray<Types::LFTag>

The LF-Tag expression body composed of one more LF-Tag key-value pairs.

Returns:



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

#nameString

The name for the LF-Tag expression.

Returns:

  • (String)


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