RemediationExecutionStep class

Name of the step from the SSM document.

Constructors

RemediationExecutionStep({String? errorMessage, String? name, DateTime? startTime, RemediationExecutionStepState? state, DateTime? stopTime})
RemediationExecutionStep.fromJson(Map<String, dynamic> json)
factory

Properties

errorMessage String?
An error message if the step was interrupted during execution.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The details of the step.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
The time when the step started.
final
state RemediationExecutionStepState?
The valid status of the step.
final
stopTime DateTime?
The time when the step stopped.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited