Get Rule Result
data class GetRuleResult(val action: RuleAction? = null, val arn: String? = null, val id: String? = null, val match: RuleMatch? = null, val priority: Int? = null, val tags: List<RuleTag>? = null)
Constructors
Link copied to clipboard
fun GetRuleResult(action: RuleAction? = null, arn: String? = null, id: String? = null, match: RuleMatch? = null, priority: Int? = null, tags: List<RuleTag>? = null)