class
Amazonite::CloudWatch::ListAlarmMuteRulesOutput
- Amazonite::CloudWatch::ListAlarmMuteRulesOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_alarm_mute_rules_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarm_mute_rule_summaries : Array(AlarmMuteRuleSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_mute_rule_summaries : Array(AlarmMuteRuleSummary) | Nil
A list of alarm mute rule summaries.
-
#alarm_mute_rule_summaries=(alarm_mute_rule_summaries : Array(AlarmMuteRuleSummary) | Nil)
A list of alarm mute rule summaries.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token to use when requesting the next set of results.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of results.
- #validate! : Nil
Constructor Detail
def self.new(alarm_mute_rule_summaries : Array(AlarmMuteRuleSummary) | Nil = nil, next_token : String | Nil = nil)
#
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_summaries : Array(AlarmMuteRuleSummary) | Nil
#
A list of alarm mute rule summaries.
def alarm_mute_rule_summaries=(alarm_mute_rule_summaries : Array(AlarmMuteRuleSummary) | Nil)
#
A list of alarm mute rule summaries.
def next_token : String | Nil
#
The token to use when requesting the next set of results. If this field is absent, there are no more results to retrieve.
def next_token=(next_token : String | Nil)
#
The token to use when requesting the next set of results. If this field is absent, there are no more results to retrieve.