CreatePresignedNotebookInstanceUrlOutput constructor

CreatePresignedNotebookInstanceUrlOutput({
  1. String? authorizedUrl,
})

Implementation

CreatePresignedNotebookInstanceUrlOutput({
  this.authorizedUrl,
});