ListTextTranslationJobsResponse
public struct ListTextTranslationJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retreive the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
A list containing the properties of each job that is returned.
Declaration
Swift
public let textTranslationJobPropertiesList: [TextTranslationJobProperties]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, textTranslationJobPropertiesList: [TextTranslationJobProperties]? = nil)