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 state of an action.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionState

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

Syntax

C#
public class ActionState

The ActionState type exposes the following members

Constructors

NameDescription
Public Method ActionState()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action.

Public Property CurrentRevision Amazon.CodePipeline.Model.ActionRevision

Gets and sets the property CurrentRevision.

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

Public Property EntityUrl System.String

Gets and sets the property EntityUrl.

A URL link for more information about the state of the action, such as a deployment group details page.

Public Property LatestExecution Amazon.CodePipeline.Model.ActionExecution

Gets and sets the property LatestExecution.

Represents information about the run of an action.

Public Property RevisionUrl System.String

Gets and sets the property RevisionUrl.

A URL link for more information about the revision, such as a commit details page.

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