Class: Aws::CloudWatch::Types::DisableInsightRulesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 disabled. You cannot disable built-in rules.

Returns:



1017
1018
1019
1020
1021
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1017

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