Class: Aws::LakeFormation::Types::GetLFTagExpressionResponse

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

Returns:

  • (String)


1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515

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

#descriptionString

The description with information about the LF-Tag expression.

Returns:

  • (String)


1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515

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

#expressionArray<Types::LFTag>

The body of the LF-Tag expression. It is composed of one or more LF-Tag key-value pairs.

Returns:



1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515

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

#nameString

The name for the LF-Tag expression.

Returns:

  • (String)


1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-lakeformation/types.rb', line 1515

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