Class: Aws::Kendra::Types::ListDataSourceSyncJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListDataSourceSyncJobsResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#history ⇒ Array<Types::DataSourceSyncJob>
A history of synchronization jobs for the data source connector.
-
#next_token ⇒ String
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.
Instance Attribute Details
#history ⇒ Array<Types::DataSourceSyncJob>
A history of synchronization jobs for the data source connector.
6981 6982 6983 6984 6985 6986 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6981 class ListDataSourceSyncJobsResponse < Struct.new( :history, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6981 6982 6983 6984 6985 6986 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6981 class ListDataSourceSyncJobsResponse < Struct.new( :history, :next_token) SENSITIVE = [] include Aws::Structure end |