ListEntityRecognizersResponse
public struct ListEntityRecognizersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of properties of an entity recognizer.
Declaration
Swift
public let entityRecognizerPropertiesList: [EntityRecognizerProperties]?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(entityRecognizerPropertiesList: [EntityRecognizerProperties]? = nil, nextToken: String? = nil)