Class: Aws::CloudWatch::Types::DisableInsightRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DisableInsightRulesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_names ⇒ Array<String>
An array of the rule names to disable.
Instance Attribute Details
#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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html
1015 1016 1017 1018 1019 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1015 class DisableInsightRulesInput < Struct.new( :rule_names) SENSITIVE = [] include Aws::Structure end |