CompleteWorkflowExecutionDecisionAttributes
public struct CompleteWorkflowExecutionDecisionAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The result of the workflow execution. The form of the result is implementation defined.
Declaration
Swift
public let result: String?
-
Undocumented
Declaration
Swift
public init(result: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws