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 PutActionRevision operation. Provides information to CodePipeline about new revisions to a source.

Inheritance Hierarchy

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

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

Syntax

C#
public class PutActionRevisionRequest : AmazonCodePipelineRequest
         IAmazonWebServiceRequest

The PutActionRevisionRequest type exposes the following members

Constructors

NameDescription
Public Method PutActionRevisionRequest()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action that processes the revision.

Public Property ActionRevision Amazon.CodePipeline.Model.ActionRevision

Gets and sets the property ActionRevision.

Represents information about the version (or revision) of an action.

Public Property PipelineName System.String

Gets and sets the property PipelineName.

The name of the pipeline that starts processing the revision to the source.

Public Property StageName System.String

Gets and sets the property StageName.

The name of the stage that contains the action that acts on the revision.

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