The output of StopPiiEntitiesDetectionJobCommand.

interface StopPiiEntitiesDetectionJobCommandOutput {
    $metadata: ResponseMetadata;
    JobId?: string;
    JobStatus?: JobStatus;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

JobId?: string

The identifier of the PII entities detection job to stop.

JobStatus?: JobStatus

The status of the PII entities detection job.