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

ListNotebookExecutionsOutput

import type { ListNotebookExecutionsOutput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface ListNotebookExecutionsOutput {
Marker?: string | null;
NotebookExecutions?: NotebookExecutionSummary[] | null;
}

§Properties

§
Marker?: string | null
[src]

A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of results to retrieve.

§
NotebookExecutions?: NotebookExecutionSummary[] | null
[src]

A list of notebook executions.