AWSComprehendStopPiiEntitiesDetectionJobResponse
Objective-C
@interface AWSComprehendStopPiiEntitiesDetectionJobResponse
Swift
class AWSComprehendStopPiiEntitiesDetectionJobResponse
-
The identifier of the PII entities detection job to stop.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;
Swift
var jobId: String? { get set }
-
The status of the PII entities detection job.
Declaration
Objective-C
@property (nonatomic) AWSComprehendJobStatus jobStatus;
Swift
var jobStatus: AWSComprehendJobStatus { get set }