DescribeNotebookInstanceLifecycleConfigOutput constructor

DescribeNotebookInstanceLifecycleConfigOutput({
  1. DateTime? creationTime,
  2. DateTime? lastModifiedTime,
  3. String? notebookInstanceLifecycleConfigArn,
  4. String? notebookInstanceLifecycleConfigName,
  5. List<NotebookInstanceLifecycleHook>? onCreate,
  6. List<NotebookInstanceLifecycleHook>? onStart,
})

Implementation

DescribeNotebookInstanceLifecycleConfigOutput({
  this.creationTime,
  this.lastModifiedTime,
  this.notebookInstanceLifecycleConfigArn,
  this.notebookInstanceLifecycleConfigName,
  this.onCreate,
  this.onStart,
});