AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ExecutionDetails

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class ExecutionDetails

The ExecutionDetails type exposes the following members

Constructors

NameDescription
Public Method ExecutionDetails()

Properties

NameTypeDescription
Public Property ExternalExecutionId System.String

Gets and sets the property ExternalExecutionId.

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

Public Property PercentComplete System.Int32

Gets and sets the property PercentComplete.

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

Public Property Summary System.String

Gets and sets the property Summary.

The summary of the current status of the actions.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5