class Aws::CodePipeline::Types::ExecutionDetails

The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

@note When making an API call, you may pass ExecutionDetails

data as a hash:

    {
      summary: "ExecutionSummary",
      external_execution_id: "ExecutionId",
      percent_complete: 1,
    }

@!attribute [rw] summary

The summary of the current status of the actions.
@return [String]

@!attribute [rw] external_execution_id

The system-generated unique ID of this action used to identify this
job worker in any external systems, such as AWS CodeDeploy.
@return [String]

@!attribute [rw] percent_complete

The percentage of work completed on the action, represented on a
scale of 0 to 100 percent.
@return [Integer]

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

Constants

SENSITIVE