Class: Aws::CloudWatch::Types::DisableInsightRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DisableInsightRulesOutput
- 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 disabled.
Instance Attribute Details
#failures ⇒ Array<Types::PartialFailure>
An array listing the rules that could not be disabled. You cannot disable built-in rules.
1028 1029 1030 1031 1032 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1028 class DisableInsightRulesOutput < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |