The output of StopTextTranslationJobCommand.

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

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

JobId?: string

The job ID of the stopped batch translation job.

JobStatus?: JobStatus

The status of the designated job. Upon successful completion, the job's status will be STOPPED.