You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::DisableInsightRulesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisableInsightRulesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  rule_names: ["InsightRuleName"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#rule_namesArray<String>

An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.

Returns:

  • (Array<String>)

    An array of the rule names to disable.