Class: Aws::Kendra::Types::ListIndicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of indices to return.

Returns:

  • (Integer)


6957
6958
6959
6960
6961
6962
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6957

class ListIndicesRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


6957
6958
6959
6960
6961
6962
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6957

class ListIndicesRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end