NotebookExecution constructor
NotebookExecution({
- String? arn,
- String? editorId,
- DateTime? endTime,
- ExecutionEngineConfig? executionEngine,
- String? lastStateChangeReason,
- String? notebookExecutionId,
- String? notebookExecutionName,
- String? notebookInstanceSecurityGroupId,
- String? notebookParams,
- String? outputNotebookURI,
- DateTime? startTime,
- NotebookExecutionStatus? status,
- 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,
});