Class: Aws::LakeFormation::Types::GetResourceLFTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetResourceLFTagsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lf_tag_on_database ⇒ Array<Types::LFTagPair>
A list of LF-tags applied to a database resource.
-
#lf_tags_on_columns ⇒ Array<Types::ColumnLFTag>
A list of LF-tags applied to a column resource.
-
#lf_tags_on_table ⇒ Array<Types::LFTagPair>
A list of LF-tags applied to a table resource.
Instance Attribute Details
#lf_tag_on_database ⇒ Array<Types::LFTagPair>
A list of LF-tags applied to a database resource.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1686 class GetResourceLFTagsResponse < Struct.new( :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 applied to a column resource.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1686 class GetResourceLFTagsResponse < Struct.new( :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 applied to a table resource.
1686 1687 1688 1689 1690 1691 1692 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1686 class GetResourceLFTagsResponse < Struct.new( :lf_tag_on_database, :lf_tags_on_table, :lf_tags_on_columns) SENSITIVE = [] include Aws::Structure end |