Class: Aws::CloudWatch::Types::PutManagedInsightRulesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_rulesArray<Types::ManagedRule>

A list of ‘ManagedRules` to enable.

Returns:



3672
3673
3674
3675
3676
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3672

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