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.

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

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionExecutionOutput

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

Syntax

C#
public class ActionExecutionOutput

The ActionExecutionOutput type exposes the following members

Constructors

NameDescription
Public Method ActionExecutionOutput()

Properties

NameTypeDescription
Public Property ExecutionResult Amazon.CodePipeline.Model.ActionExecutionResult

Gets and sets the property ExecutionResult.

Execution result information listed in the output details for an action execution.

Public Property OutputArtifacts System.Collections.Generic.List<Amazon.CodePipeline.Model.ArtifactDetail>

Gets and sets the property OutputArtifacts.

Details of output artifacts of the action that correspond to the action execution.

Public Property OutputVariables System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property OutputVariables.

The outputVariables field shows the key-value pairs that were output as part of that execution.

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