Class: Aws::LakeFormation::Types::SearchDatabasesByLFTagsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_listArray<Types::TaggedDatabase>

A list of databases that meet the LF-tag conditions.

Returns:



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_tokenString

A continuation token, present if the current list segment is not the last.

Returns:

  • (String)


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