WorkflowExecutionFilter
public struct WorkflowExecutionFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The workflowId to pass of match the criteria of this filter.
Declaration
Swift
public let workflowId: String
-
Undocumented
Declaration
Swift
public init(workflowId: String)
-
Declaration
Swift
public func validate(name: String) throws