Class: Aws::LakeFormation::Types::TaggedTable

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lf_tag_on_databaseArray<Types::LFTagPair>

A list of LF-tags attached to the database where the table resides.

Returns:



3410
3411
3412
3413
3414
3415
3416
3417
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3410

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

A list of LF-tags attached to columns in the table.

Returns:



3410
3411
3412
3413
3414
3415
3416
3417
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3410

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

A list of LF-tags attached to the table.

Returns:



3410
3411
3412
3413
3414
3415
3416
3417
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3410

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

#tableTypes::TableResource

A table that has LF-tags attached to it.



3410
3411
3412
3413
3414
3415
3416
3417
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3410

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