Class: Aws::LakeFormation::Types::DeleteLFTagExpressionRequest

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 in which the LF-Tag expression is saved.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 919

class DeleteLFTagExpressionRequest < Struct.new(
  :name,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the LF-Tag expression.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 919

class DeleteLFTagExpressionRequest < Struct.new(
  :name,
  :catalog_id)
  SENSITIVE = []
  include Aws::Structure
end