Class: Aws::QBusiness::Types::ListIndicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListIndicesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#indices ⇒ Array<Types::Index>
An array of information on the items in one or more indexes.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of indexes.
Instance Attribute Details
#indices ⇒ Array<Types::Index>
An array of information on the items in one or more indexes.
5312 5313 5314 5315 5316 5317 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5312 class ListIndicesResponse < Struct.new( :next_token, :indices) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to retrieve the next set of indexes.
5312 5313 5314 5315 5316 5317 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5312 class ListIndicesResponse < Struct.new( :next_token, :indices) SENSITIVE = [] include Aws::Structure end |