ListRxNormInferenceJobsRequest
public struct ListRxNormInferenceJobsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
Declaration
Swift
public let filter: ComprehendMedicalAsyncJobFilter?
-
Identifies the next page of results to return.
Declaration
Swift
public let maxResults: Int?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(filter: ComprehendMedicalAsyncJobFilter? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws