Class: Aws::QBusiness::Types::ListRetrieversResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListRetrieversResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#retrievers ⇒ Array<Types::Retriever>
An array of summary information for one or more retrievers.
Instance Attribute Details
#next_token ⇒ String
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.
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 |
#retrievers ⇒ Array<Types::Retriever>
An array of summary information for one or more retrievers.
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 |