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 for 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 for one or more indexes.
4092 4093 4094 4095 4096 4097 |
# File 'lib/aws-sdk-kendra/types.rb', line 4092 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.
4092 4093 4094 4095 4096 4097 |
# File 'lib/aws-sdk-kendra/types.rb', line 4092 class ListIndicesResponse < Struct.new( :index_configuration_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |