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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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:



360
361
362
363
364
365
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 360

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

#nameString

The name of a column resource.

Returns:

  • (String)


360
361
362
363
364
365
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 360

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