Class: Aws::QBusiness::Types::ListDataSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListDataSourcesRequest
- 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 linked to the data source connectors.
-
#index_id ⇒ String
The identifier of the index used with one or more data source connectors.
-
#max_results ⇒ Integer
The maximum number of data source connectors 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 Amazon Q Business application linked to the data source connectors.
5127 5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5127 class ListDataSourcesRequest < Struct.new( :application_id, :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with one or more data source connectors.
5127 5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5127 class ListDataSourcesRequest < Struct.new( :application_id, :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of data source connectors to return.
5127 5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5127 class ListDataSourcesRequest < Struct.new( :application_id, :index_id, :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 Amazon Q Business data source connectors.
5127 5128 5129 5130 5131 5132 5133 5134 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5127 class ListDataSourcesRequest < Struct.new( :application_id, :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |