ListTerminologiesResponse
public struct ListTerminologiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
Declaration
Swift
public let nextToken: String?
-
The properties list of the custom terminologies returned on the list request.
Declaration
Swift
public let terminologyPropertiesList: [TerminologyProperties]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, terminologyPropertiesList: [TerminologyProperties]? = nil)