GetWafRulesWafRuleRateLimitStatus

data class GetWafRulesWafRuleRateLimitStatus(val code: String, val count: Int, val ratio: Int)

Constructors

Link copied to clipboard
constructor(code: String, count: Int, ratio: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP status code returned.

Link copied to clipboard
val count: Int

The number of times that the HTTP status code that was returned.

Link copied to clipboard
val ratio: Int

The percentage of HTTP status codes.