ListRxNormInferenceJobsResponse
public struct ListRxNormInferenceJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return in each page. The default is 100.
Declaration
Swift
public let comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalAsyncJobProperties]?
-
Identifies the next page of results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(comprehendMedicalAsyncJobPropertiesList: [ComprehendMedicalAsyncJobProperties]? = nil, nextToken: String? = nil)