ListDataSourceSyncJobsResponse
public struct ListDataSourceSyncJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A history of synchronization jobs for the data source.
Declaration
Swift
public let history: [DataSourceSyncJob]?
-
The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next request to the GetDataSourceSyncJobHistory operation to return in the next page of jobs.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(history: [DataSourceSyncJob]? = nil, nextToken: String? = nil)