AutomationExecutionMetadata constructor
AutomationExecutionMetadata({
- String? associationId,
- String? automationExecutionId,
- AutomationExecutionStatus? automationExecutionStatus,
- AutomationSubtype? automationSubtype,
- AutomationType? automationType,
- String? changeRequestName,
- String? currentAction,
- String? currentStepName,
- String? documentName,
- String? documentVersion,
- String? executedBy,
- DateTime? executionEndTime,
- DateTime? executionStartTime,
- String? failureMessage,
- String? logFile,
- String? maxConcurrency,
- String? maxErrors,
- ExecutionMode? mode,
- String? opsItemId,
- Map<
String, List< ? outputs,String> > - String? parentAutomationExecutionId,
- ResolvedTargets? resolvedTargets,
- List<
Runbook> ? runbooks, - DateTime? scheduledTime,
- String? target,
- List<
Map< ? targetMaps,String, List< >String> > - String? targetParameterName,
- List<
Target> ? targets,
Implementation
AutomationExecutionMetadata({
this.associationId,
this.automationExecutionId,
this.automationExecutionStatus,
this.automationSubtype,
this.automationType,
this.changeRequestName,
this.currentAction,
this.currentStepName,
this.documentName,
this.documentVersion,
this.executedBy,
this.executionEndTime,
this.executionStartTime,
this.failureMessage,
this.logFile,
this.maxConcurrency,
this.maxErrors,
this.mode,
this.opsItemId,
this.outputs,
this.parentAutomationExecutionId,
this.resolvedTargets,
this.runbooks,
this.scheduledTime,
this.target,
this.targetMaps,
this.targetParameterName,
this.targets,
});