DeleteFlowTemplateRequest
public struct DeleteFlowTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the workflow to be deleted. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public init(id: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteFlowTemplateRequest Structure Reference