GetWorkflowRunPropertiesRequest
public struct GetWorkflowRunPropertiesRequest : 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 whose run properties should be returned.
Declaration
Swift
public let runId: String
-
Undocumented
Declaration
Swift
public init(name: String, runId: String)
-
Declaration
Swift
public func validate(name: String) throws