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
§
ExecutionEngine?: ExecutionEngineConfig | null
[src]§
Status?: NotebookExecutionStatus | null
[src]