Class: Aws::LakeFormation::Types::TaggedDatabase

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

Overview

A structure describing a database resource with LF-tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseTypes::DatabaseResource

A database that has LF-tags attached to it.



3640
3641
3642
3643
3644
3645
# File 'lib/aws-sdk-lakeformation/types.rb', line 3640

class TaggedDatabase < Struct.new(
  :database,
  :lf_tags)
  SENSITIVE = []
  include Aws::Structure
end

#lf_tagsArray<Types::LFTagPair>

A list of LF-tags attached to the database.

Returns:



3640
3641
3642
3643
3644
3645
# File 'lib/aws-sdk-lakeformation/types.rb', line 3640

class TaggedDatabase < Struct.new(
  :database,
  :lf_tags)
  SENSITIVE = []
  include Aws::Structure
end