StopExecutionTrigger

public struct StopExecutionTrigger : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The user-specified reason the pipeline was stopped.

    Declaration

    Swift

    public let reason: String?
  • Undocumented

    Declaration

    Swift

    public init(reason: String? = nil)