Class: Aws::LakeFormation::Types::ColumnLFTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ColumnLFTag
- 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
-
#lf_tags ⇒ Array<Types::LFTagPair>
The LF-tags attached to a column resource.
-
#name ⇒ String
The name of a column resource.
Instance Attribute Details
#lf_tags ⇒ Array<Types::LFTagPair>
The LF-tags attached to a column resource.
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 |
#name ⇒ String
The name of a column resource.
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 |