GetRulesRuleCompliance

data class GetRulesRuleCompliance(val complianceType: String, val count: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The compliance evaluation result of the target resources.

Link copied to clipboard
val count: Int

The number of resources with the specified compliance evaluation result.