GetWorkflowRunPropertiesResponse

public struct GetWorkflowRunPropertiesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The workflow run properties which were set during the specified run.

    Declaration

    Swift

    public let runProperties: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(runProperties: [String : String]? = nil)