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

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 disable. If you need to find out the names of your rules, use DescribeInsightRules.

Returns:

  • (Array<String>)


1015
1016
1017
1018
1019
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1015

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