class Aws::Kendra::Types::ListIndicesRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
    }

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

@!attribute [rw] max_results

The maximum number of data sources to return.
@return [Integer]

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

Constants

SENSITIVE