AggregateCompliancePackConfigRuleConfigRuleParameter

data class AggregateCompliancePackConfigRuleConfigRuleParameter(val parameterName: String? = null, val parameterValue: String? = null)

Constructors

constructor(parameterName: String? = null, parameterValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameterName: String? = null

The Parameter Name.

Link copied to clipboard
val parameterValue: String? = null

The Parameter Value.