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

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



3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3077

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)


3077
3078
3079
3080
3081
3082
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3077

class SearchDatabasesByLFTagsResponse < Struct.new(
  :next_token,
  :database_list)
  SENSITIVE = []
  include Aws::Structure
end