Class: Aws::LakeFormation::Types::SearchDatabasesByLFTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::SearchDatabasesByLFTagsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_list ⇒ Array<Types::TaggedDatabase>
A list of databases that meet the LF-tag conditions.
-
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
Instance Attribute Details
#database_list ⇒ Array<Types::TaggedDatabase>
A list of databases that meet the LF-tag conditions.
3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3334 class SearchDatabasesByLFTagsResponse < Struct.new( :next_token, :database_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3334 class SearchDatabasesByLFTagsResponse < Struct.new( :next_token, :database_list) SENSITIVE = [] include Aws::Structure end |