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

StartPHIDetectionJobResponse

import type { StartPHIDetectionJobResponse } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface StartPHIDetectionJobResponse {
JobId?: string | null;
}

§Properties

§
JobId?: string | null
[src]

The identifier generated for the job. To get the status of a job, use this identifier with the DescribePHIDetectionJob operation.