The input for StopTextTranslationJobCommand.

interface StopTextTranslationJobCommandInput {
    JobId: undefined | string;
}

Hierarchy (view full)

Properties

Properties

JobId: undefined | string

The job ID of the job to be stopped.