StopWorkflowRunRequest

public struct StopWorkflowRunRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the workflow to stop.

    Declaration

    Swift

    public let name: String
  • The ID of the workflow run to stop.

    Declaration

    Swift

    public let runId: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, runId: String)
  • Declaration

    Swift

    public func validate(name: String) throws