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

JobBookmarkEntry

import type { JobBookmarkEntry } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface JobBookmarkEntry {
Attempt?: number | null;
JobBookmark?: string | null;
JobName?: string | null;
PreviousRunId?: string | null;
Run?: number | null;
RunId?: string | null;
Version?: number | null;
}

§Properties

§
Attempt?: number | null
[src]
§
JobBookmark?: string | null
[src]
§
JobName?: string | null
[src]
§
PreviousRunId?: string | null
[src]
§
Run?: number | null
[src]
§
RunId?: string | null
[src]
§
Version?: number | null
[src]