Class: Aws::ComprehendMedical::Types::ListRxNormInferenceJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ListRxNormInferenceJobsResponse
- Defined in:
- gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comprehend_medical_async_job_properties_list ⇒ Array<Types::ComprehendMedicalAsyncJobProperties>
The maximum number of results to return in each page.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#comprehend_medical_async_job_properties_list ⇒ Array<Types::ComprehendMedicalAsyncJobProperties>
The maximum number of results to return in each page. The default is 100.
1118 1119 1120 1121 1122 1123 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1118 class ListRxNormInferenceJobsResponse < Struct.new( :comprehend_medical_async_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
1118 1119 1120 1121 1122 1123 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1118 class ListRxNormInferenceJobsResponse < Struct.new( :comprehend_medical_async_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |