The output of StopSentimentDetectionJobCommand.

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

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

JobId?: string

The identifier of the sentiment detection job to stop.

JobStatus?: JobStatus

Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.