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

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



1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1544

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:



1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1544

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:



1544
1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1544

class GetResourceLFTagsResponse < Struct.new(
  :lf_tag_on_database,
  :lf_tags_on_table,
  :lf_tags_on_columns)
  SENSITIVE = []
  include Aws::Structure
end