- Navigation Guide
@aws-sdk/client-iot
CancelJobCommandOutput Interface
The output of CancelJobCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
description | string | undefined | A short text description of the job. |
jobArn | string | undefined | The job ARN. |
jobId | string | undefined | The unique identifier you assigned to this job when it was created. |
Full Signature
export interface CancelJobCommandOutput extends CancelJobResponse, MetadataBearer