Class: Aws::CloudWatch::Types::PutManagedInsightRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::PutManagedInsightRulesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::PartialFailure>
An array that lists the rules that could not be enabled.
Instance Attribute Details
#failures ⇒ Array<Types::PartialFailure>
An array that lists the rules that could not be enabled.
3684 3685 3686 3687 3688 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3684 class PutManagedInsightRulesOutput < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |