Class: Aws::QBusiness::Types::ListIndicesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indicesArray<Types::Index>

An array of information on the items in one or more indexes.

Returns:



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_tokenString

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.

Returns:

  • (String)


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