class
Amazonite::CloudWatch::ListAlarmMuteRulesInput
- Amazonite::CloudWatch::ListAlarmMuteRulesInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/list_alarm_mute_rules_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarm_name : String | Nil = nil, statuses : Array(AlarmMuteRuleStatus) | Nil = nil, max_records : Int32 | Nil = nil, next_token : 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_name : String | Nil
Filter results to show only mute rules that target the specified alarm name.
-
#alarm_name=(alarm_name : String | Nil)
Filter results to show only mute rules that target the specified alarm name.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_records : Int32 | Nil
The maximum number of mute rules to return in one call.
-
#max_records=(max_records : Int32 | Nil)
The maximum number of mute rules to return in one call.
-
#next_token : String | Nil
The token returned from a previous call to indicate where to continue retrieving results.
-
#next_token=(next_token : String | Nil)
The token returned from a previous call to indicate where to continue retrieving results.
-
#statuses : Array(AlarmMuteRuleStatus) | Nil
Filter results to show only mute rules with the specified statuses.
-
#statuses=(statuses : Array(AlarmMuteRuleStatus) | Nil)
Filter results to show only mute rules with the specified statuses.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Filter results to show only mute rules that target the specified alarm name.
Filter results to show only mute rules that target the specified alarm name.
The maximum number of mute rules to return in one call. The default is 50.
The maximum number of mute rules to return in one call. The default is 50.
The token returned from a previous call to indicate where to continue retrieving results.
The token returned from a previous call to indicate where to continue retrieving results.
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED, ACTIVE, or EXPIRED.
Filter results to show only mute rules with the specified statuses. Valid values are
SCHEDULED, ACTIVE, or EXPIRED.