GetAlarmMuteRuleResponse

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the alarm mute rule.

Link copied to clipboard

The description of the alarm mute rule.

Link copied to clipboard
val expireDate: <Error class: unknown class>?

The date and time when the mute rule expires and is no longer evaluated.

Link copied to clipboard
val lastUpdatedTimestamp: <Error class: unknown class>?

The date and time when the mute rule was last updated.

Link copied to clipboard

Specifies which alarms this rule applies to.

Link copied to clipboard

Indicates whether the mute rule is one-time or recurring. Valid values are ONE_TIME or RECURRING.

Link copied to clipboard
val name: String?

The name of the alarm mute rule.

Link copied to clipboard
val rule: Rule?

The configuration that defines when and how long alarms are muted.

Link copied to clipboard
val startDate: <Error class: unknown class>?

The date and time when the mute rule becomes active. If not set, the rule is active immediately.

Link copied to clipboard

The current status of the alarm mute rule. Valid values are SCHEDULED, ACTIVE, or EXPIRED.

Functions

Link copied to clipboard
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