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.
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_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.
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 |