ActionExecution class

Represents information about the run of an action.

Constructors

ActionExecution({String? actionExecutionId, ErrorDetails? errorDetails, String? externalExecutionId, String? externalExecutionUrl, DateTime? lastStatusChange, String? lastUpdatedBy, int? percentComplete, ActionExecutionStatus? status, String? summary, String? token})
ActionExecution.fromJson(Map<String, dynamic> json)
factory

Properties

actionExecutionId String?
ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage.
final
errorDetails ErrorDetails?
The details of an error returned by a URL external to AWS.
final
externalExecutionId String?
The external ID of the run of the action.
final
externalExecutionUrl String?
The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).
final
hashCode int
The hash code for this object.
no setterinherited
lastStatusChange DateTime?
The last status change of the action.
final
lastUpdatedBy String?
The ARN of the user who last changed the pipeline.
final
percentComplete int?
A percentage of completeness of the action as it runs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ActionExecutionStatus?
The status of the action, or for a completed action, the last status of the action.
final
summary String?
A summary of the run of the action.
final
token String?
The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState command. It is used to validate that the approval request corresponding to this token is still valid.
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