Class: Aws::QBusiness::Types::ListDocumentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDocumentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_detail_list ⇒ Array<Types::DocumentDetails>
A list of document details.
-
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.
Instance Attribute Details
#document_detail_list ⇒ Array<Types::DocumentDetails>
A list of document details.
6359 6360 6361 6362 6363 6364 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6359 class ListDocumentsResponse < Struct.new( :document_detail_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the ‘maxResults` response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.
6359 6360 6361 6362 6363 6364 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6359 class ListDocumentsResponse < Struct.new( :document_detail_list, :next_token) SENSITIVE = [] include Aws::Structure end |