class Aws::CodePipeline::Types::ActionExecution
Represents information about the run of an action.
@!attribute [rw] action_execution_id
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. <note markdown="1"> For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020. </note> @return [String]
@!attribute [rw] status
The status of the action, or for a completed action, the last status of the action. @return [String]
@!attribute [rw] summary
A summary of the run of the action. @return [String]
@!attribute [rw] last_status_change
The last status change of the action. @return [Time]
@!attribute [rw] token
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. @return [String]
@!attribute [rw] last_updated_by
The ARN of the user who last changed the pipeline. @return [String]
@!attribute [rw] external_execution_id
The external ID of the run of the action. @return [String]
@!attribute [rw] external_execution_url
The URL of a resource external to AWS that is used when running the action (for example, an external repository URL). @return [String]
@!attribute [rw] percent_complete
A percentage of completeness of the action as it runs. @return [Integer]
@!attribute [rw] error_details
The details of an error returned by a URL external to AWS. @return [Types::ErrorDetails]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionExecution AWS API Documentation
Constants
- SENSITIVE