UndeprecateWorkflowTypeInput
public struct UndeprecateWorkflowTypeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain of the deprecated workflow type.
Declaration
Swift
public let domain: String
-
The name of the domain of the deprecated workflow type.
Declaration
Swift
public let workflowType: WorkflowType
-
Undocumented
Declaration
Swift
public init(domain: String, workflowType: WorkflowType)
-
Declaration
Swift
public func validate(name: String) throws