DeleteFlowRequest
public struct DeleteFlowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Declaration
Swift
public let flowName: String
-
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
Declaration
Swift
public let forceDelete: Bool?
-
Undocumented
Declaration
Swift
public init(flowName: String, forceDelete: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws