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.
6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 |
# File 'lib/aws-sdk-kendra/types.rb', line 6958 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.
6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 |
# File 'lib/aws-sdk-kendra/types.rb', line 6958 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.
6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 |
# File 'lib/aws-sdk-kendra/types.rb', line 6958 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.
6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 |
# File 'lib/aws-sdk-kendra/types.rb', line 6958 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.
6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 |
# File 'lib/aws-sdk-kendra/types.rb', line 6958 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.
6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 |
# File 'lib/aws-sdk-kendra/types.rb', line 6958 class ListDataSourceSyncJobsRequest < Struct.new( :id, :index_id, :next_token, :max_results, :start_time_filter, :status_filter) SENSITIVE = [] include Aws::Structure end |