class
Amazonite::CloudWatch::DisableInsightRulesOutput
- Amazonite::CloudWatch::DisableInsightRulesOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/disable_insight_rules_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(failures : Array(PartialFailure) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failures : Array(PartialFailure) | Nil
An array listing the rules that could not be disabled.
-
#failures=(failures : Array(PartialFailure) | Nil)
An array listing the rules that could not be disabled.
-
#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 failures : Array(PartialFailure) | Nil
#
An array listing the rules that could not be disabled. You cannot disable built-in rules.
def failures=(failures : Array(PartialFailure) | Nil)
#
An array listing the rules that could not be disabled. You cannot disable built-in rules.