DescribeWorkflowTypeInput
public struct DescribeWorkflowTypeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain in which this workflow type is registered.
Declaration
Swift
public let domain: String
-
The workflow type to describe.
Declaration
Swift
public let workflowType: WorkflowType
-
Undocumented
Declaration
Swift
public init(domain: String, workflowType: WorkflowType)
-
Declaration
Swift
public func validate(name: String) throws