class
Amazonite::CloudWatch::DisableInsightRulesInput
- Amazonite::CloudWatch::DisableInsightRulesInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/disable_insight_rules_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(rule_names : Array(String))
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#rule_names : Array(String)
An array of the rule names to disable.
-
#rule_names=(rule_names : Array(String))
An array of the rule names to disable.
- #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 rule_names : Array(String)
#
An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.
def rule_names=(rule_names : Array(String))
#
An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.