Class: Aws::Kendra::Types::ListQuerySuggestionsBlockListsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListQuerySuggestionsBlockListsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index for a list of all block lists that exist for that index.
-
#max_results ⇒ Integer
The maximum number of block lists to return.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index for a list of all block lists that exist for that index.
For information on the current quota limits for block lists, see [Quotas for Amazon Kendra].
7354 7355 7356 7357 7358 7359 7360 |
# File 'lib/aws-sdk-kendra/types.rb', line 7354 class ListQuerySuggestionsBlockListsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of block lists to return.
7354 7355 7356 7357 7358 7359 7360 |
# File 'lib/aws-sdk-kendra/types.rb', line 7354 class ListQuerySuggestionsBlockListsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of block lists (‘BlockListSummaryItems`).
7354 7355 7356 7357 7358 7359 7360 |
# File 'lib/aws-sdk-kendra/types.rb', line 7354 class ListQuerySuggestionsBlockListsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |