AWS SDK Version 2 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.

.NET Framework 3.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class ExecutionDetails : Object

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 AWS 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 zero to one hundred percent.

Public Property Summary System.String Gets and sets the property Summary.

The summary of the current status of the actions.

Version Information

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