Class: Aws::ComprehendMedical::Types::ListPHIDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ListPHIDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
1076 1077 1078 1079 1080 1081 |
# File '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_token ⇒ String
Identifies the next page of results to return.
1076 1077 1078 1079 1080 1081 |
# File '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 |