You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ActionExecution

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents information about the run of an action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_execution_idString

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.

For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020.

Returns:

  • (String)

    ID of the workflow action execution in the current stage.

#error_detailsTypes::ErrorDetails

The details of an error returned by a URL external to AWS.

Returns:

#external_execution_idString

The external ID of the run of the action.

Returns:

  • (String)

    The external ID of the run of the action.

#external_execution_urlString

The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).

Returns:

  • (String)

    The URL of a resource external to AWS that is used when running the action (for example, an external repository URL).

#last_status_changeTime

The last status change of the action.

Returns:

  • (Time)

    The last status change of the action.

#last_updated_byString

The ARN of the user who last changed the pipeline.

Returns:

  • (String)

    The ARN of the user who last changed the pipeline.

#percent_completeInteger

A percentage of completeness of the action as it runs.

Returns:

  • (Integer)

    A percentage of completeness of the action as it runs.

#statusString

The status of the action, or for a completed action, the last status of the action.

Possible values:

  • InProgress
  • Abandoned
  • Succeeded
  • Failed

Returns:

  • (String)

    The status of the action, or for a completed action, the last status of the action.

#summaryString

A summary of the run of the action.

Returns:

  • (String)

    A summary of the run of the action.

#tokenString

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.

Returns:

  • (String)

    The system-generated token used to identify a unique approval request.