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.
553 554 555 556 557 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 553 class DeleteInsightRulesOutput < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |