class
Amazonite::CloudWatch::GetAlarmMuteRuleInput
- Amazonite::CloudWatch::GetAlarmMuteRuleInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_alarm_mute_rule_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarm_mute_rule_name : String)
- .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_name : String
The name of the alarm mute rule to retrieve.
-
#alarm_mute_rule_name=(alarm_mute_rule_name : String)
The name of the alarm mute rule to retrieve.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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_name=(alarm_mute_rule_name : String)
#
The name of the alarm mute rule to retrieve.