CreateNotebookInstanceLifecycleConfigOutput constructor

CreateNotebookInstanceLifecycleConfigOutput({
  1. String? notebookInstanceLifecycleConfigArn,
})

Implementation

CreateNotebookInstanceLifecycleConfigOutput({
  this.notebookInstanceLifecycleConfigArn,
});