ProgressCounters class
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.
Constructors
- ProgressCounters({int? cancelledSteps, int? failedSteps, int? successSteps, int? timedOutSteps, int? totalSteps})
-
ProgressCounters.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cancelledSteps → int?
-
The total number of steps that the system cancelled in all specified AWS
Regions and accounts for the current Automation execution.
final
- failedSteps → int?
-
The total number of steps that failed to run in all specified AWS Regions
and accounts for the current Automation execution.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successSteps → int?
-
The total number of steps that successfully completed in all specified AWS
Regions and accounts for the current Automation execution.
final
- timedOutSteps → int?
-
The total number of steps that timed out in all specified AWS Regions and
accounts for the current Automation execution.
final
- totalSteps → int?
-
The total number of steps run in all specified AWS Regions and accounts for
the current Automation execution.
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