A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Kendra/Types/ListDataSourceSyncJobsRequest.html below:

ListDataSourceSyncJobsRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::ListDataSourceSyncJobsRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #id ⇒ String

The identifier of the data source.

#index_id ⇒ String

The identifier of the index that contains the data source.

#max_results ⇒ Integer

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.

#next_token ⇒ String

If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include the NextToken to fetch the next set of jobs.

#start_time_filterTypes::TimeRange

When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.

#status_filter ⇒ String

When 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