Class: Aws::LakeFormation::Types::SearchDatabasesByLFTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::SearchDatabasesByLFTagsResponse
- Defined in:
- gems/aws-sdk-lakeformation/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.
3718 3719 3720 3721 3722 3723 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3718 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.
3718 3719 3720 3721 3722 3723 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3718 class SearchDatabasesByLFTagsResponse < Struct.new( :next_token, :database_list) SENSITIVE = [] include Aws::Structure end |