class Aws::CodePipeline::Types::ActionExecutionDetail

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

@!attribute [rw] pipeline_execution_id

The pipeline execution ID for the action execution.
@return [String]

@!attribute [rw] action_execution_id

The action execution ID.
@return [String]

@!attribute [rw] pipeline_version

The version of the pipeline where the action was run.
@return [Integer]

@!attribute [rw] stage_name

The name of the stage that contains the action.
@return [String]

@!attribute [rw] action_name

The name of the action.
@return [String]

@!attribute [rw] start_time

The start time of the action execution.
@return [Time]

@!attribute [rw] last_update_time

The last update time of the action execution.
@return [Time]

@!attribute [rw] status

The status of the action execution. Status categories are
`InProgress`, `Succeeded`, and `Failed`.
@return [String]

@!attribute [rw] input

Input details for the action execution, such as role ARN, Region,
and input artifacts.
@return [Types::ActionExecutionInput]

@!attribute [rw] output

Output details for the action execution, such as the action
execution result.
@return [Types::ActionExecutionOutput]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ActionExecutionDetail AWS API Documentation

Constants

SENSITIVE