Class: Aws::LakeFormation::Types::TaggedDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::TaggedDatabase
- 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
-
#database ⇒ Types::DatabaseResource
A database that has LF-tags attached to it.
-
#lf_tags ⇒ Array<Types::LFTagPair>
A list of LF-tags attached to the database.
Instance Attribute Details
#database ⇒ Types::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_tags ⇒ Array<Types::LFTagPair>
A list of LF-tags attached to the database.
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 |