Class: Aws::LakeFormation::Types::ColumnLFTag

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

Overview

A structure containing the name of a column resource and the LF-tags attached to it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lf_tagsArray<Types::LFTagPair>

The LF-tags attached to a column resource.

Returns:



366
367
368
369
370
371
# File 'lib/aws-sdk-lakeformation/types.rb', line 366

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

#nameString

The name of a column resource.

Returns:

  • (String)


366
367
368
369
370
371
# File 'lib/aws-sdk-lakeformation/types.rb', line 366

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