StopRunResult

public struct StopRunResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • run

    The run that was stopped.

    Declaration

    Swift

    public let run: Run?
  • Undocumented

    Declaration

    Swift

    public init(run: Run? = nil)