Class: Aws::CloudWatch::Types::EnableInsightRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::EnableInsightRulesOutput
- 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 listing the rules that could not be enabled.
Instance Attribute Details
#failures ⇒ Array<Types::PartialFailure>
An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.
1070 1071 1072 1073 1074 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1070 class EnableInsightRulesOutput < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |