class Amazonite::CloudWatch::AlarmMuteRuleSummary

Overview

Summary information about an alarm mute rule, including its name, status, and configuration details.

Included Modules

Defined in:

cloudwatch/alarm_mute_rule_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(alarm_mute_rule_arn : String | Nil = nil, expire_date : Time | Nil = nil, status : AlarmMuteRuleStatus | Nil = nil, mute_type : String | Nil = nil, last_updated_timestamp : Time | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def alarm_mute_rule_arn : String | Nil #

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


[View source]
def alarm_mute_rule_arn=(alarm_mute_rule_arn : String | Nil) #

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


[View source]
def expire_date : Time | Nil #

The date and time when the mute rule expires and is no longer evaluated. This field is only present if an expiration date was configured.


[View source]
def expire_date=(expire_date : Time | Nil) #

The date and time when the mute rule expires and is no longer evaluated. This field is only present if an expiration date was configured.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_updated_timestamp : Time | Nil #

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


[View source]
def last_updated_timestamp=(last_updated_timestamp : Time | Nil) #

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


[View source]
def mute_type : String | Nil #

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


[View source]
def mute_type=(mute_type : String | Nil) #

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


[View source]
def status : AlarmMuteRuleStatus | Nil #

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


[View source]
def status=(status : AlarmMuteRuleStatus | Nil) #

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


[View source]
def validate! : Nil #

[View source]