Class: Aws::LakeFormation::Types::GetResourceLFTagsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lf_tag_on_databaseArray<Types::LFTagPair>

A list of LF-tags applied to a database resource.

Returns:



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_columnsArray<Types::ColumnLFTag>

A list of LF-tags applied to a column resource.

Returns:



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_tableArray<Types::LFTagPair>

A list of LF-tags applied to a table resource.

Returns:



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