Class: Aws::QBusiness::Types::ListRetrieversRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListRetrieversRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application using the retriever.
-
#max_results ⇒ Integer
The maximum number of retrievers returned.
-
#next_token ⇒ String
If the number of retrievers returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application using the retriever.
5565 5566 5567 5568 5569 5570 5571 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5565 class ListRetrieversRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of retrievers returned.
5565 5566 5567 5568 5569 5570 5571 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5565 class ListRetrieversRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the number of retrievers returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.
5565 5566 5567 5568 5569 5570 5571 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5565 class ListRetrieversRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |