NotebookExecution constructor

NotebookExecution({
  1. String? arn,
  2. String? editorId,
  3. DateTime? endTime,
  4. ExecutionEngineConfig? executionEngine,
  5. String? lastStateChangeReason,
  6. String? notebookExecutionId,
  7. String? notebookExecutionName,
  8. String? notebookInstanceSecurityGroupId,
  9. String? notebookParams,
  10. String? outputNotebookURI,
  11. DateTime? startTime,
  12. NotebookExecutionStatus? status,
  13. List<Tag>? tags,
})

Implementation

NotebookExecution({
  this.arn,
  this.editorId,
  this.endTime,
  this.executionEngine,
  this.lastStateChangeReason,
  this.notebookExecutionId,
  this.notebookExecutionName,
  this.notebookInstanceSecurityGroupId,
  this.notebookParams,
  this.outputNotebookURI,
  this.startTime,
  this.status,
  this.tags,
});