Class: Aws::LakeFormation::Types::LFTagExpressionResource

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

Overview

A structure containing a LF-Tag expression (keys and values).

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)


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

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

#nameString

The name of the LF-Tag expression to grant permissions on.

Returns:

  • (String)


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

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