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

JobDetails

import type { JobDetails } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Represents information about the details of a job.

interface JobDetails {
accountId?: string | null;
data?: JobData | null;
id?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The AWS account ID associated with the job.

§
data?: JobData | null
[src]

Represents other information about a job required for a job worker to complete the job.

§
id?: string | null
[src]

The unique system-generated ID of the job.