WafActionType
public enum WafActionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case block = "BLOCK" -
Undocumented
Declaration
Swift
case allow = "ALLOW" -
Undocumented
Declaration
Swift
case count = "COUNT" -
Declaration
Swift
public var description: String { get }
View on GitHub
WafActionType Enumeration Reference