Class: Aws::CloudWatch::Types::DeleteInsightRulesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_namesArray<String>

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

Returns:

  • (Array<String>)


529
530
531
532
533
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 529

class DeleteInsightRulesInput < Struct.new(
  :rule_names)
  SENSITIVE = []
  include Aws::Structure
end