RuleGroupMetadata

High-level information about a rule group, returned by ListRuleGroups. You can use the information provided in the metadata to retrieve and manage a rule group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the rule group.

Link copied to clipboard
val name: String?

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

Functions

Link copied to clipboard
inline fun copy(block: RuleGroupMetadata.Builder.() -> Unit = {}): RuleGroupMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String