Class: Aws::CloudWatch::Types::DeleteInsightRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteInsightRulesOutput
- 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 deleted.
Instance Attribute Details
#failures ⇒ Array<Types::PartialFailure>
An array listing the rules that could not be deleted. You cannot delete built-in rules.
542 543 544 545 546 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 542 class DeleteInsightRulesOutput < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |