class Aws::Kendra::Types::ListThesauriRequest

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

data as a hash:

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

@!attribute [rw] index_id

The identifier of the index associated with the thesaurus to list.
@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 thesauri (`ThesaurusSummaryItems`).
@return [String]

@!attribute [rw] max_results

The maximum number of thesauri to return.
@return [Integer]

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

Constants

SENSITIVE