Class: Aws::QBusiness::Types::ListRetrieversResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListRetrieversResponse
- Defined in:
- gems/aws-sdk-qbusiness/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.
4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4556 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.
4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4556 class ListRetrieversResponse < Struct.new( :retrievers, :next_token) SENSITIVE = [] include Aws::Structure end |