Class: Aws::Kendra::Types::ListDataSourceSyncJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListDataSourceSyncJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the data source connector.
-
#index_id ⇒ String
The identifier of the index used with the data source connector.
-
#max_results ⇒ Integer
The maximum number of synchronization jobs to return in the response.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.
-
#start_time_filter ⇒ Types::TimeRange
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
-
#status_filter ⇒ String
Only returns synchronization jobs with the ‘Status` field equal to the specified status.
Instance Attribute Details
#id ⇒ String
The identifier of the data source connector.
6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 |
# File 'lib/aws-sdk-kendra/types.rb', line 6925 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with the data source connector.
6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 |
# File 'lib/aws-sdk-kendra/types.rb', line 6925 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |
#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.
6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 |
# File 'lib/aws-sdk-kendra/types.rb', line 6925 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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 jobs.
6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 |
# File 'lib/aws-sdk-kendra/types.rb', line 6925 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |
#start_time_filter ⇒ Types::TimeRange
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 |
# File 'lib/aws-sdk-kendra/types.rb', line 6925 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |
#status_filter ⇒ String
Only returns synchronization jobs with the ‘Status` field equal to the specified status.
6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 |
# File 'lib/aws-sdk-kendra/types.rb', line 6925 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |