TransitionState

public struct TransitionState : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The user-specified reason why the transition between two stages of a pipeline was disabled.

    Declaration

    Swift

    public let disabledReason: String?
  • Whether the transition between stages is enabled (true) or disabled (false).

    Declaration

    Swift

    public let enabled: Bool?
  • The timestamp when the transition state was last changed.

    Declaration

    Swift

    public let lastChangedAt: TimeStamp?
  • The ID of the user who last changed the transition state.

    Declaration

    Swift

    public let lastChangedBy: String?
  • Undocumented

    Declaration

    Swift

    public init(disabledReason: String? = nil, enabled: Bool? = nil, lastChangedAt: TimeStamp? = nil, lastChangedBy: String? = nil)