You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::ListDataSourceSyncJobsRequestWhen passing ListDataSourceSyncJobsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
id: "DataSourceId", index_id: "IndexId", next_token: "NextToken",
max_results: 1,
start_time_filter: {
start_time: Time.now,
end_time: Time.now,
},
status_filter: "FAILED", }
Instance Attribute Summary collapse
The identifier of the data source.
The identifier of the index that contains the data source.
The maximum number of synchronization jobs to return in the response.
If the result of the previous request to GetDataSourceSyncJobHistory
was truncated, include the NextToken
to fetch the next set of jobs.
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
When specified, only returns synchronization jobs with the Status
field equal to the specified status.
The identifier of the data source.
#index_id ⇒ StringThe identifier of the index that contains the data source.
#max_results ⇒ IntegerThe 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.
#next_token ⇒ StringIf the result of the previous request to GetDataSourceSyncJobHistory
was truncated, include the NextToken
to fetch the next set of jobs.
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
#status_filter ⇒ StringWhen specified, only returns synchronization jobs with the Status
field equal to the specified status.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4