CreateNotebookInstanceLifecycleConfigOutput.fromJson constructor
Implementation
factory CreateNotebookInstanceLifecycleConfigOutput.fromJson(
Map<String, dynamic> json) {
return CreateNotebookInstanceLifecycleConfigOutput(
notebookInstanceLifecycleConfigArn:
json['NotebookInstanceLifecycleConfigArn'] as String?,
);
}