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

StartSigningJobResponse

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

§Properties

§
jobId?: string | null
[src]

The ID of your signing job.

§
jobOwner?: string | null
[src]

The AWS account ID of the signing job owner.