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
 
Represents information about how an action runs.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionExecution

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ActionExecution : Object

The ActionExecution type exposes the following members

Constructors

NameDescription
Public Method ActionExecution()

Properties

NameTypeDescription
Public Property ErrorDetails Amazon.CodePipeline.Model.ErrorDetails Gets and sets the property ErrorDetails.

The details of an error returned by a URL external to AWS.

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

The external ID of the run of the action.

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

The URL of a resource external to AWS that will be used when running the action, for example an external repository URL.

Public Property LastStatusChange System.DateTime Gets and sets the property LastStatusChange.

The last status change of the action.

Public Property PercentComplete System.Int32 Gets and sets the property PercentComplete.

A percentage of completeness of the action as it runs.

Public Property Status Amazon.CodePipeline.ActionExecutionStatus Gets and sets the property Status.

The status of the action, or for a completed action, the last status of the action.

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

A summary of the run of the action.

Version Information

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