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

NotebookInstanceLifecycleConfigSummary

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

§Properties

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