ListTerminologiesRequest
public struct ListTerminologiesRequest : AWSShape
extension Translate.ListTerminologiesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of custom terminologies returned per list request.
Declaration
Swift
public let maxResults: Int?
-
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Translate.ListTerminologiesRequest