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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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:



4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4240

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)


4240
4241
4242
4243
4244
4245
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4240

class ListIndicesResponse < Struct.new(
  :next_token,
  :indices)
  SENSITIVE = []
  include Aws::Structure
end