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

DescribeNotebookInstanceLifecycleConfigOutput

import type { DescribeNotebookInstanceLifecycleConfigOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeNotebookInstanceLifecycleConfigOutput {
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
NotebookInstanceLifecycleConfigArn?: string | null;
NotebookInstanceLifecycleConfigName?: string | null;
OnCreate?: NotebookInstanceLifecycleHook[] | null;
OnStart?: NotebookInstanceLifecycleHook[] | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]
§
LastModifiedTime?: Date | number | null
[src]
§
NotebookInstanceLifecycleConfigArn?: string | null
[src]
§
NotebookInstanceLifecycleConfigName?: string | null
[src]