Class: Aws::Kendra::Types::ListDataSourceSyncJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#historyArray<Types::DataSourceSyncJob>

A history of synchronization jobs for the data source connector.

Returns:



6948
6949
6950
6951
6952
6953
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6948

class ListDataSourceSyncJobsResponse < Struct.new(
  :history,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of jobs.

Returns:

  • (String)


6948
6949
6950
6951
6952
6953
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6948

class ListDataSourceSyncJobsResponse < Struct.new(
  :history,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end