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

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



3383
3384
3385
3386
3387
3388
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3383

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:



3383
3384
3385
3386
3387
3388
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3383

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