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.



1127
1128
1129
1130
1131
1132
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1127

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)


1127
1128
1129
1130
1131
1132
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1127

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