ListNotebookInstanceLifecycleConfigsInput
import type { ListNotebookInstanceLifecycleConfigsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface ListNotebookInstanceLifecycleConfigsInput {
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
LastModifiedTimeAfter?: Date | number | null;
LastModifiedTimeBefore?: Date | number | null;
MaxResults?: number | null;
NameContains?: string | null;
NextToken?: string | null;
SortBy?: NotebookInstanceLifecycleConfigSortKey | null;
SortOrder?: NotebookInstanceLifecycleConfigSortOrder | null;
}§Properties
§
SortBy?: NotebookInstanceLifecycleConfigSortKey | null
[src]§
SortOrder?: NotebookInstanceLifecycleConfigSortOrder | null
[src]