You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::EnableInsightRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::EnableInsightRulesInput
- Defined in:
- (unknown)
Overview
Note:
When passing EnableInsightRulesInput as input to an Aws::Client method, you can use a vanilla Hash:
{
rule_names: ["InsightRuleName"], # required
}
Instance Attribute Summary collapse
-
#rule_names ⇒ Array<String>
An array of the rule names to enable.
Instance Attribute Details
#rule_names ⇒ Array<String>
An array of the rule names to enable. If you need to find out the names of your rules, use DescribeInsightRules.