Class: Aws::ComprehendMedical::Types::ListEntitiesDetectionV2JobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 returned.



992
993
994
995
996
997
# File '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_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


992
993
994
995
996
997
# File '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