ListDocumentClassificationJobsResponse
public struct ListDocumentClassificationJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list containing the properties of each job returned.
Declaration
Swift
public let documentClassificationJobPropertiesList: [DocumentClassificationJobProperties]?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(documentClassificationJobPropertiesList: [DocumentClassificationJobProperties]? = nil, nextToken: String? = nil)