ActionExecutionDetail
class ActionExecutionDetail
Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.
Types
Properties
Link copied to clipboard
The action execution ID.
Link copied to clipboard
The name of the action.
Link copied to clipboard
Input details for the action execution, such as role ARN, Region, and input artifacts.
Link copied to clipboard
The last update time of the action execution.
Link copied to clipboard
Output details for the action execution, such as the action execution result.
Link copied to clipboard
The pipeline execution ID for the action execution.
Link copied to clipboard
The version of the pipeline where the action was run.
Link copied to clipboard
The status of the action execution. Status categories are InProgress
, Succeeded
, and Failed
.