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

NotebookExecution

import type { NotebookExecution } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface NotebookExecution {
Arn?: string | null;
EditorId?: string | null;
EndTime?: Date | number | null;
ExecutionEngine?: ExecutionEngineConfig | null;
LastStateChangeReason?: string | null;
NotebookExecutionId?: string | null;
NotebookExecutionName?: string | null;
NotebookInstanceSecurityGroupId?: string | null;
NotebookParams?: string | null;
OutputNotebookURI?: string | null;
StartTime?: Date | number | null;
Status?: NotebookExecutionStatus | null;
Tags?: Tag[] | null;
}

§Properties

§
Arn?: string | null
[src]
§
EditorId?: string | null
[src]
§
EndTime?: Date | number | null
[src]
§
ExecutionEngine?: ExecutionEngineConfig | null
[src]
§
LastStateChangeReason?: string | null
[src]
§
NotebookExecutionId?: string | null
[src]
§
NotebookExecutionName?: string | null
[src]
§
NotebookInstanceSecurityGroupId?: string | null
[src]
§
NotebookParams?: string | null
[src]
§
OutputNotebookURI?: string | null
[src]
§
StartTime?: Date | number | null
[src]
§
Tags?: Tag[] | null
[src]