Class: Aws::LakeFormation::Types::GetLFTagExpressionRequest

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)


1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-lakeformation/types.rb', line 1506

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

#nameString

The name for the LF-Tag expression

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-lakeformation/types.rb', line 1506

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