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

CreateClassificationJobResponse

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

§Properties

§
jobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the job.

§
jobId?: string | null
[src]

The unique identifier for the job.