Class: Aws::ComprehendMedical::Types::ListEntitiesDetectionV2JobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ListEntitiesDetectionV2JobsResponse
- 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>
A list containing the properties of each job 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 returned.
992 993 994 995 996 997 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 992 class ListEntitiesDetectionV2JobsResponse < 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.
992 993 994 995 996 997 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 992 class ListEntitiesDetectionV2JobsResponse < Struct.new( :comprehend_medical_async_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |