Class: Aws::Kendra::Types::ListQuerySuggestionsBlockListsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#block_list_summary_itemsArray<Types::QuerySuggestionsBlockListSummary>

Summary items for a block list.

This includes summary items on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

For information on the current quota limits for block lists, see Quotas for Amazon Kendra.



7040
7041
7042
7043
7044
7045
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7040

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

#next_tokenString

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of block lists.

Returns:

  • (String)


7040
7041
7042
7043
7044
7045
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7040

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