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.

Container for the parameters to the ListActionExecutions operation. Lists the action executions that have occurred in a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodePipeline.AmazonCodePipelineRequest
      Amazon.CodePipeline.Model.ListActionExecutionsRequest

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

Syntax

C#
public class ListActionExecutionsRequest : AmazonCodePipelineRequest
         IAmazonWebServiceRequest

The ListActionExecutionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filter Amazon.CodePipeline.Model.ActionExecutionFilter

Gets and sets the property Filter.

Input information used to filter action execution history.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

Detailed execution history is available for executions run on or after February 21, 2019.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

Public Property PipelineName System.String

Gets and sets the property PipelineName.

The name of the pipeline for which you want to list action execution history.

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