Class: Aws::ComprehendMedical::Types::ListPHIDetectionJobsResponse

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 returned.



1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1076

class ListPHIDetectionJobsResponse < 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)


1076
1077
1078
1079
1080
1081
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 1076

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