AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the PutActionRevision operation. Provides information to AWS 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.dll
Version: (assembly version)

Syntax

C#
public class PutActionRevisionRequest : AmazonCodePipelineRequest
         IRequestEvents

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 will process the revision.

Public Property ActionRevision Amazon.CodePipeline.Model.ActionRevision Gets and sets the property ActionRevision.
Public Property PipelineName System.String Gets and sets the property PipelineName.

The name of the pipeline that will start 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 will act upon the revision.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5