Class: Aws::QBusiness::Types::ListDocumentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDocumentsRequest
- 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 application id the documents are attached to.
-
#data_source_ids ⇒ Array<String>
The identifier of the data sources the documents are attached to.
-
#index_id ⇒ String
The identifier of the index the documents are attached to.
-
#max_results ⇒ Integer
The maximum number of documents to return.
-
#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
#application_id ⇒ String
The identifier of the application id the documents are attached to.
5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181 class ListDocumentsRequest < Struct.new( :application_id, :index_id, :data_source_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#data_source_ids ⇒ Array<String>
The identifier of the data sources the documents are attached to.
5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181 class ListDocumentsRequest < Struct.new( :application_id, :index_id, :data_source_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index the documents are attached to.
5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181 class ListDocumentsRequest < Struct.new( :application_id, :index_id, :data_source_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of documents to return.
5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181 class ListDocumentsRequest < Struct.new( :application_id, :index_id, :data_source_ids, :next_token, :max_results) 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.
5181 5182 5183 5184 5185 5186 5187 5188 5189 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5181 class ListDocumentsRequest < Struct.new( :application_id, :index_id, :data_source_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |