Class: Aws::Kendra::Types::ListIndicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListIndicesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_configuration_summary_items ⇒ Array<Types::IndexConfigurationSummary>
An array of summary information on the configuration of one or more indexes.
-
#next_token ⇒ String
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.
Instance Attribute Details
#index_configuration_summary_items ⇒ Array<Types::IndexConfigurationSummary>
An array of summary information on the configuration of one or more indexes.
7355 7356 7357 7358 7359 7360 |
# File 'lib/aws-sdk-kendra/types.rb', line 7355 class ListIndicesResponse < Struct.new( :index_configuration_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
7355 7356 7357 7358 7359 7360 |
# File 'lib/aws-sdk-kendra/types.rb', line 7355 class ListIndicesResponse < Struct.new( :index_configuration_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |