Class: Aws::Kendra::Types::ListQuerySuggestionsBlockListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListQuerySuggestionsBlockListsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#block_list_summary_items ⇒ Array<Types::QuerySuggestionsBlockListSummary>
Summary items for a block list.
-
#next_token ⇒ String
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.
Instance Attribute Details
#block_list_summary_items ⇒ Array<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].
7385 7386 7387 7388 7389 7390 |
# File 'lib/aws-sdk-kendra/types.rb', line 7385 class ListQuerySuggestionsBlockListsResponse < Struct.new( :block_list_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
7385 7386 7387 7388 7389 7390 |
# File 'lib/aws-sdk-kendra/types.rb', line 7385 class ListQuerySuggestionsBlockListsResponse < Struct.new( :block_list_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |