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

#failuresArray<Types::PartialFailure>

An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.

Returns:



1059
1060
1061
1062
1063
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1059

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