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

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

#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)


6740
6741
6742
6743
6744
6745
# File 'lib/aws-sdk-qbusiness/types.rb', line 6740

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:



6740
6741
6742
6743
6744
6745
# File 'lib/aws-sdk-qbusiness/types.rb', line 6740

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