Class: Aws::QBusiness::Types::ListRetrieversResponse

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

#next_tokenString

If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of retrievers.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4383

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

#retrieversArray<Types::Retriever>

An array of summary information for one or more retrievers.

Returns:



4383
4384
4385
4386
4387
4388
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4383

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