DescribeNotebookInstanceLifecycleConfigOutput constructor
DescribeNotebookInstanceLifecycleConfigOutput({
- DateTime? creationTime,
- DateTime? lastModifiedTime,
- String? notebookInstanceLifecycleConfigArn,
- String? notebookInstanceLifecycleConfigName,
- List<
NotebookInstanceLifecycleHook> ? onCreate, - List<
NotebookInstanceLifecycleHook> ? onStart,
Implementation
DescribeNotebookInstanceLifecycleConfigOutput({
this.creationTime,
this.lastModifiedTime,
this.notebookInstanceLifecycleConfigArn,
this.notebookInstanceLifecycleConfigName,
this.onCreate,
this.onStart,
});