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].
7418 7419 7420 7421 7422 7423 |
# File 'lib/aws-sdk-kendra/types.rb', line 7418 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.
7418 7419 7420 7421 7422 7423 |
# File 'lib/aws-sdk-kendra/types.rb', line 7418 class ListQuerySuggestionsBlockListsResponse < Struct.new( :block_list_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |