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.

Execution result information, such as the external execution ID.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionExecutionResult

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

Syntax

C#
public class ActionExecutionResult

The ActionExecutionResult type exposes the following members

Constructors

NameDescription
Public Method ActionExecutionResult()

Properties

NameTypeDescription
Public Property ErrorDetails Amazon.CodePipeline.Model.ErrorDetails

Gets and sets the property ErrorDetails.

Public Property ExternalExecutionId System.String

Gets and sets the property ExternalExecutionId.

The action provider's external ID for the action execution.

Public Property ExternalExecutionSummary System.String

Gets and sets the property ExternalExecutionSummary.

The action provider's summary for the action execution.

Public Property ExternalExecutionUrl System.String

Gets and sets the property ExternalExecutionUrl.

The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.

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