Class: Aws::CloudWatch::Types::EnableInsightRulesInput

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

Returns:

  • (Array<String>)


1057
1058
1059
1060
1061
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1057

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