The output of StopEventsDetectionJobCommand.

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

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

JobId?: string

The identifier of the events detection job to stop.

JobStatus?: string

The status of the events detection job.