Get Rule Groups Namespace Result
data class GetRuleGroupsNamespaceResult(val arn: String? = null, val data: String? = null, val tags: List<RuleGroupsNamespaceTag>? = null, val workspace: String? = null)
Constructors
Link copied to clipboard
fun GetRuleGroupsNamespaceResult(arn: String? = null, data: String? = null, tags: List<RuleGroupsNamespaceTag>? = null, workspace: String? = null)