Class: Aws::Kendra::Types::ListIndicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_configuration_summary_itemsArray<Types::IndexConfigurationSummary>

An array of summary information on the configuration of one or more indexes.



7322
7323
7324
7325
7326
7327
# File 'lib/aws-sdk-kendra/types.rb', line 7322

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

#next_tokenString

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of indexes.

Returns:

  • (String)


7322
7323
7324
7325
7326
7327
# File 'lib/aws-sdk-kendra/types.rb', line 7322

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