class Aws::Kendra::Types::ListDataSourceSyncJobsRequest
@note When making an API call, you may pass ListDataSourceSyncJobsRequest
data as a hash: { id: "DataSourceId", # required index_id: "IndexId", # required next_token: "NextToken", max_results: 1, start_time_filter: { start_time: Time.now, end_time: Time.now, }, status_filter: "FAILED", # accepts FAILED, SUCCEEDED, SYNCING, INCOMPLETE, STOPPING, ABORTED, SYNCING_INDEXING }
@!attribute [rw] id
The identifier of the data source. @return [String]
@!attribute [rw] index_id
The identifier of the index that contains the data source. @return [String]
@!attribute [rw] next_token
If the result of the previous request to `GetDataSourceSyncJobHistory` was truncated, include the `NextToken` to fetch the next set of jobs. @return [String]
@!attribute [rw] max_results
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results. @return [Integer]
@!attribute [rw] start_time_filter
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates. @return [Types::TimeRange]
@!attribute [rw] status_filter
When specified, only returns synchronization jobs with the `Status` field equal to the specified status. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListDataSourceSyncJobsRequest AWS API Documentation
Constants
- SENSITIVE