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

Class: Aws::CodePipeline::Types::ExecutionDetails

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

Overview

Note:

When passing ExecutionDetails as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#external_execution_idString

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

Returns:

  • (String)

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

#percent_completeInteger

The percentage of work completed on the action, represented on a scale of 0 to 100 percent.

Returns:

  • (Integer)

    The percentage of work completed on the action, represented on a scale of 0 to 100 percent.

#summaryString

The summary of the current status of the actions.

Returns:

  • (String)

    The summary of the current status of the actions.