class Aws::Kendra::Types::ListQuerySuggestionsBlockListsRequest

@note When making an API call, you may pass ListQuerySuggestionsBlockListsRequest

data as a hash:

    {
      index_id: "IndexId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] index_id

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][1].

[1]: https://docs.aws.amazon.com/kendra/latest/dg/quotas.html
@return [String]

@!attribute [rw] next_token

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`).
@return [String]

@!attribute [rw] max_results

The maximum number of block lists to return.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListQuerySuggestionsBlockListsRequest AWS API Documentation

Constants

SENSITIVE