AWSComprehendListPiiEntitiesDetectionJobsRequest

Objective-C

@interface AWSComprehendListPiiEntitiesDetectionJobsRequest

Swift

class AWSComprehendListPiiEntitiesDetectionJobsRequest
  • Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSComprehendPiiEntitiesDetectionJobFilter *_Nullable filter;

    Swift

    var filter: AWSComprehendPiiEntitiesDetectionJobFilter? { get set }
  • The maximum number of results to return in each page.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • Identifies the next page of results to return.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }