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 transitions between one stage and another stage.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.TransitionState

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

Syntax

C#
public class TransitionState

The TransitionState type exposes the following members

Constructors

NameDescription
Public Method TransitionState()

Properties

NameTypeDescription
Public Property DisabledReason System.String

Gets and sets the property DisabledReason.

The user-specified reason why the transition between two stages of a pipeline was disabled.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Whether the transition between stages is enabled (true) or disabled (false).

Public Property LastChangedAt System.DateTime

Gets and sets the property LastChangedAt.

The timestamp when the transition state was last changed.

Public Property LastChangedBy System.String

Gets and sets the property LastChangedBy.

The ID of the user who last changed the transition state.

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