PutWorkflowRunPropertiesRequest
public struct PutWorkflowRunPropertiesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the workflow which was run.
Declaration
Swift
public let name: String
-
The ID of the workflow run for which the run properties should be updated.
Declaration
Swift
public let runId: String
-
The properties to put for the specified run.
Declaration
Swift
public let runProperties: [String : String]
-
Undocumented
Declaration
Swift
public init(name: String, runId: String, runProperties: [String : String])
-
Declaration
Swift
public func validate(name: String) throws