class Aws::Kendra::Types::ListDataSourcesRequest
@note When making an API call, you may pass ListDataSourcesRequest
data as a hash: { index_id: "IndexId", # required next_token: "NextToken", max_results: 1, }
@!attribute [rw] index_id
The identifier of the index that contains the data source. @return [String]
@!attribute [rw] next_token
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of data sources (`DataSourceSummaryItems`). @return [String]
@!attribute [rw] max_results
The maximum number of data sources to return. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListDataSourcesRequest AWS API Documentation
Constants
- SENSITIVE