Class: Aws::ComprehendMedical::Types::ListSNOMEDCTInferenceJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ListSNOMEDCTInferenceJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comprehend_medical_async_job_properties_list ⇒ Array<Types::ComprehendMedicalAsyncJobProperties>
A list containing the properties of each job that is returned.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#comprehend_medical_async_job_properties_list ⇒ Array<Types::ComprehendMedicalAsyncJobProperties>
A list containing the properties of each job that is returned.
1158 1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1158 class ListSNOMEDCTInferenceJobsResponse < 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.
1158 1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1158 class ListSNOMEDCTInferenceJobsResponse < Struct.new( :comprehend_medical_async_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |