Class: Aws::Kendra::Types::ListDataSourceSyncJobsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the data source connector.

Returns:

  • (String)


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_idString

The identifier of the index used with the data source connector.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_filterTypes::TimeRange

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

Returns:



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_filterString

Only returns synchronization jobs with the ‘Status` field equal to the specified status.

Returns:

  • (String)


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