Class: Aws::Comprehend::Types::ListPiiEntitiesDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListPiiEntitiesDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Identifies the next page of results to return.
-
#pii_entities_detection_job_properties_list ⇒ Array<Types::PiiEntitiesDetectionJobProperties>
A list containing the properties of each job that is returned.
Instance Attribute Details
#next_token ⇒ String
Identifies the next page of results to return.
5928 5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5928 class ListPiiEntitiesDetectionJobsResponse < Struct.new( :pii_entities_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#pii_entities_detection_job_properties_list ⇒ Array<Types::PiiEntitiesDetectionJobProperties>
A list containing the properties of each job that is returned.
5928 5929 5930 5931 5932 5933 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5928 class ListPiiEntitiesDetectionJobsResponse < Struct.new( :pii_entities_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |