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.

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

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionRevision

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

Syntax

C#
public class ActionRevision

The ActionRevision type exposes the following members

Constructors

NameDescription
Public Method ActionRevision()

Properties

NameTypeDescription
Public Property Created System.DateTime

Gets and sets the property Created.

The date and time when the most recent version of the action was created, in timestamp format.

Public Property RevisionChangeId System.String

Gets and sets the property RevisionChangeId.

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

Public Property RevisionId System.String

Gets and sets the property RevisionId.

The system-generated unique ID that identifies the revision number of the action.

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