GetRuleGroupsNamespaceResult

data class GetRuleGroupsNamespaceResult(val arn: String? = null, val data: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, data: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The RuleGroupsNamespace ARN.

Link copied to clipboard
val data: String? = null

The RuleGroupsNamespace data.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.