ConfigRuleState
public enum ConfigRuleState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case active = "ACTIVE"
-
Undocumented
Declaration
Swift
case deleting = "DELETING"
-
Undocumented
Declaration
Swift
case deletingResults = "DELETING_RESULTS"
-
Undocumented
Declaration
Swift
case evaluating = "EVALUATING"
-
Declaration
Swift
public var description: String { get }