class
Amazonite::CloudWatch::GetAlarmMuteRuleOutput
- Amazonite::CloudWatch::GetAlarmMuteRuleOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_alarm_mute_rule_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, alarm_mute_rule_arn : String | Nil = nil, description : String | Nil = nil, rule : Rule | Nil = nil, mute_targets : MuteTargets | Nil = nil, start_date : Time | Nil = nil, expire_date : Time | Nil = nil, status : AlarmMuteRuleStatus | Nil = nil, last_updated_timestamp : Time | Nil = nil, mute_type : String | 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.
-
#description : String | Nil
The description of the alarm mute rule.
-
#description=(description : String | Nil)
The description 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_targets : MuteTargets | Nil
Specifies which alarms this rule applies to.
-
#mute_targets=(mute_targets : MuteTargets | Nil)
Specifies which alarms this rule applies to.
-
#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.
-
#name : String | Nil
The name of the alarm mute rule.
-
#name=(name : String | Nil)
The name of the alarm mute rule.
-
#rule : Rule | Nil
The configuration that defines when and how long alarms are muted.
-
#rule=(rule : Rule | Nil)
The configuration that defines when and how long alarms are muted.
-
#start_date : Time | Nil
The date and time when the mute rule becomes active.
-
#start_date=(start_date : Time | Nil)
The date and time when the mute rule becomes active.
-
#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.
The date and time when the mute rule expires and is no longer evaluated.
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 configuration that defines when and how long alarms are muted.
The configuration that defines when and how long alarms are muted.
The date and time when the mute rule becomes active. If not set, the rule is active immediately.
The date and time when the mute rule becomes active. If not set, the rule is active immediately.
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.