ActionExecutionDetail class
Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.
Constructors
- ActionExecutionDetail({String? actionExecutionId, String? actionName, ActionExecutionInput? input, DateTime? lastUpdateTime, ActionExecutionOutput? output, String? pipelineExecutionId, int? pipelineVersion, String? stageName, DateTime? startTime, ActionExecutionStatus? status})
-
ActionExecutionDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actionExecutionId → String?
-
The action execution ID.
final
- actionName → String?
-
The name of the action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → ActionExecutionInput?
-
Input details for the action execution, such as role ARN, Region, and input
artifacts.
final
- lastUpdateTime → DateTime?
-
The last update time of the action execution.
final
- output → ActionExecutionOutput?
-
Output details for the action execution, such as the action execution
result.
final
- pipelineExecutionId → String?
-
The pipeline execution ID for the action execution.
final
- pipelineVersion → int?
-
The version of the pipeline where the action was run.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageName → String?
-
The name of the stage that contains the action.
final
- startTime → DateTime?
-
The start time of the action execution.
final
- status → ActionExecutionStatus?
-
The status of the action execution. Status categories are
InProgress
,Succeeded
, andFailed
.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