Class: Aws::LakeFormation::Types::LFTagExpression

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

Overview

A structure consists LF-Tag expression name and catalog ID.

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)


2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2179

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

#descriptionString

A structure that contains information about the LF-Tag expression.

Returns:

  • (String)


2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2179

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

#expressionArray<Types::LFTag>

A logical expression composed of one or more LF-Tags.

Returns:



2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2179

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

#nameString

The name for saved the LF-Tag expression.

Returns:

  • (String)


2179
2180
2181
2182
2183
2184
2185
2186
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2179

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