DeprecateWorkflowTypeInput
public struct DeprecateWorkflowTypeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the domain in which the workflow type is registered.
Declaration
Swift
public let domain: String -
The workflow type to deprecate.
Declaration
Swift
public let workflowType: WorkflowType -
Undocumented
Declaration
Swift
public init(domain: String, workflowType: WorkflowType) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeprecateWorkflowTypeInput Structure Reference