Class: Aws::LakeFormation::Types::TaggedTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::TaggedTable
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure describing a table resource with LF-tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lf_tag_on_database ⇒ Array<Types::LFTagPair>
A list of LF-tags attached to the database where the table resides.
-
#lf_tags_on_columns ⇒ Array<Types::ColumnLFTag>
A list of LF-tags attached to columns in the table.
-
#lf_tags_on_table ⇒ Array<Types::LFTagPair>
A list of LF-tags attached to the table.
-
#table ⇒ Types::TableResource
A table that has LF-tags attached to it.
Instance Attribute Details
#lf_tag_on_database ⇒ Array<Types::LFTagPair>
A list of LF-tags attached to the database where the table resides.
3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3667 class TaggedTable < Struct.new( :table, :lf_tag_on_database, :lf_tags_on_table, :lf_tags_on_columns) SENSITIVE = [] include Aws::Structure end |
#lf_tags_on_columns ⇒ Array<Types::ColumnLFTag>
A list of LF-tags attached to columns in the table.
3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3667 class TaggedTable < Struct.new( :table, :lf_tag_on_database, :lf_tags_on_table, :lf_tags_on_columns) SENSITIVE = [] include Aws::Structure end |
#lf_tags_on_table ⇒ Array<Types::LFTagPair>
A list of LF-tags attached to the table.
3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3667 class TaggedTable < Struct.new( :table, :lf_tag_on_database, :lf_tags_on_table, :lf_tags_on_columns) SENSITIVE = [] include Aws::Structure end |
#table ⇒ Types::TableResource
A table that has LF-tags attached to it.
3667 3668 3669 3670 3671 3672 3673 3674 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3667 class TaggedTable < Struct.new( :table, :lf_tag_on_database, :lf_tags_on_table, :lf_tags_on_columns) SENSITIVE = [] include Aws::Structure end |