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 3.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class TransitionState : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5