Class: Aws::CloudWatch::Types::EnableInsightRulesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.

Returns:



1406
1407
1408
1409
1410
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1406

class EnableInsightRulesOutput < Struct.new(
  :failures)
  SENSITIVE = []
  include Aws::Structure
end