Class: Aws::ComprehendMedical::Types::ListICD10CMInferenceJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comprehend_medical_async_job_properties_listArray<Types::ComprehendMedicalAsyncJobProperties>

A list containing the properties of each job that is returned.



1034
1035
1036
1037
1038
1039
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1034

class ListICD10CMInferenceJobsResponse < Struct.new(
  :comprehend_medical_async_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


1034
1035
1036
1037
1038
1039
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1034

class ListICD10CMInferenceJobsResponse < Struct.new(
  :comprehend_medical_async_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end