RuleDetail

The details of the rule.

Types

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

Properties

Link copied to clipboard
val arn: String?

The rule ARN.

Link copied to clipboard

The timestamp of when the rule was created.

Link copied to clipboard

The rule description.

Link copied to clipboard

The detector for which the rule is associated.

Link copied to clipboard

The rule expression.

Link copied to clipboard

The rule language.

Link copied to clipboard

Timestamp of the last time the rule was updated.

Link copied to clipboard

The rule outcomes.

Link copied to clipboard

The rule ID.

Link copied to clipboard

The rule version.

Functions

Link copied to clipboard
inline fun copy(block: RuleDetail.Builder.() -> Unit = {}): RuleDetail
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