class
Amazonite::CloudWatch::AlarmMuteRuleSummary
- Amazonite::CloudWatch::AlarmMuteRuleSummary
- Reference
- Object
Overview
Summary information about an alarm mute rule, including its name, status, and configuration details.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/alarm_mute_rule_summary.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_mute_rule_arn : String | Nil
The Amazon Resource Name (ARN) of the alarm mute rule.
-
#alarm_mute_rule_arn=(alarm_mute_rule_arn : String | Nil)
The Amazon Resource Name (ARN) of the alarm mute rule.
-
#expire_date : Time | Nil
The date and time when the mute rule expires and is no longer evaluated.
-
#expire_date=(expire_date : Time | Nil)
The date and time when the mute rule expires and is no longer evaluated.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_timestamp : Time | Nil
The date and time when the mute rule was last updated.
-
#last_updated_timestamp=(last_updated_timestamp : Time | Nil)
The date and time when the mute rule was last updated.
-
#mute_type : String | Nil
Indicates whether the mute rule is one-time or recurring.
-
#mute_type=(mute_type : String | Nil)
Indicates whether the mute rule is one-time or recurring.
-
#status : AlarmMuteRuleStatus | Nil
The current status of the alarm mute rule.
-
#status=(status : AlarmMuteRuleStatus | Nil)
The current status of the alarm mute rule.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the alarm mute rule.
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.
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.
The date and time when the mute rule was last updated.
Indicates whether the mute rule is one-time or recurring. Valid values are ONE_TIME or
RECURRING.
Indicates whether the mute rule is one-time or recurring. Valid values are ONE_TIME or
RECURRING.
The current status of the alarm mute rule. Valid values are SCHEDULED, ACTIVE, or EXPIRED.
The current status of the alarm mute rule. Valid values are SCHEDULED, ACTIVE, or EXPIRED.