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

Class: Aws::CodePipeline::Types::ActionExecutionDetail

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

Overview

Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_execution_idString

The action execution ID.

Returns:

  • (String)

    The action execution ID.

#action_nameString

The name of the action.

Returns:

  • (String)

    The name of the action.

#inputTypes::ActionExecutionInput

Input details for the action execution, such as role ARN, Region, and input artifacts.

Returns:

#last_update_timeTime

The last update time of the action execution.

Returns:

  • (Time)

    The last update time of the action execution.

#outputTypes::ActionExecutionOutput

Output details for the action execution, such as the action execution result.

Returns:

#pipeline_execution_idString

The pipeline execution ID for the action execution.

Returns:

  • (String)

    The pipeline execution ID for the action execution.

#pipeline_versionInteger

The version of the pipeline where the action was run.

Returns:

  • (Integer)

    The version of the pipeline where the action was run.

#stage_nameString

The name of the stage that contains the action.

Returns:

  • (String)

    The name of the stage that contains the action.

#start_timeTime

The start time of the action execution.

Returns:

  • (Time)

    The start time of the action execution.

#statusString

The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

Possible values:

  • InProgress
  • Abandoned
  • Succeeded
  • Failed

Returns:

  • (String)

    The status of the action execution.