Class: Aws::CloudWatch::Types::DeleteInsightRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteInsightRulesInput
- 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 delete.
Instance Attribute Details
#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].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeInsightRules.html
540 541 542 543 544 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 540 class DeleteInsightRulesInput < Struct.new( :rule_names) SENSITIVE = [] include Aws::Structure end |