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.

Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionExecutionDetail

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

Syntax

C#
public class ActionExecutionDetail

The ActionExecutionDetail type exposes the following members

Constructors

NameDescription
Public Method ActionExecutionDetail()

Properties

NameTypeDescription
Public Property ActionExecutionId System.String

Gets and sets the property ActionExecutionId.

The action execution ID.

Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action.

Public Property Input Amazon.CodePipeline.Model.ActionExecutionInput

Gets and sets the property Input.

Input details for the action execution, such as role ARN, Region, and input artifacts.

Public Property LastUpdateTime System.DateTime

Gets and sets the property LastUpdateTime.

The last update time of the action execution.

Public Property Output Amazon.CodePipeline.Model.ActionExecutionOutput

Gets and sets the property Output.

Output details for the action execution, such as the action execution result.

Public Property PipelineExecutionId System.String

Gets and sets the property PipelineExecutionId.

The pipeline execution ID for the action execution.

Public Property PipelineVersion System.Int32

Gets and sets the property PipelineVersion.

The version of the pipeline where the action was run.

Public Property StageName System.String

Gets and sets the property StageName.

The name of the stage that contains the action.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time of the action execution.

Public Property Status Amazon.CodePipeline.ActionExecutionStatus

Gets and sets the property Status.

The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

Public Property UpdatedBy System.String

Gets and sets the property UpdatedBy.

The ARN of the user who changed the pipeline execution details.

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