CreateNotebookInstanceOutput constructor

CreateNotebookInstanceOutput({
  1. String? notebookInstanceArn,
})

Implementation

CreateNotebookInstanceOutput({
  this.notebookInstanceArn,
});