DescribeWorkflowExecutionInput
public struct DescribeWorkflowExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain containing the workflow execution.
Declaration
Swift
public let domain: String
-
The workflow execution to describe.
Declaration
Swift
public let execution: WorkflowExecution
-
Undocumented
Declaration
Swift
public init(domain: String, execution: WorkflowExecution)
-
Declaration
Swift
public func validate(name: String) throws