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

StopPHIDetectionJobResponse

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

§Properties

§
JobId?: string | null
[src]

The identifier of the PHI detection job that was stopped.