Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CancelJobResponse

import type { CancelJobResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CancelJobResponse {
description?: string | null;
jobArn?: string | null;
jobId?: string | null;
}

§Properties

§
description?: string | null
[src]

A short text description of the job.

§
jobArn?: string | null
[src]

The job ARN.

§
jobId?: string | null
[src]

The unique identifier you assigned to this job when it was created.