Class: Aws::ComprehendMedical::Types::ListRxNormInferenceJobsResponse

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>

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_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


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