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)


5585
5586
5587
5588
5589
5590
# File 'lib/aws-sdk-qbusiness/types.rb', line 5585

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:



5585
5586
5587
5588
5589
5590
# File 'lib/aws-sdk-qbusiness/types.rb', line 5585

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