class
Amazonite::CloudWatch::DeleteInsightRulesInput
- Amazonite::CloudWatch::DeleteInsightRulesInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/delete_insight_rules_input.crConstructors
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 delete.
-
#rule_names=(rule_names : Array(String))
An array of the rule names to delete.
- #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 delete. 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 delete. If you need to find out the names of your rules, use DescribeInsightRules.