Class: Aws::ConfigService::Types::DescribeConfigRulesFilters

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

Overview

Returns a filtered list of Detective or Proactive Config rules. By default, if the filter is not defined, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_modeString

The mode of an evaluation. The valid values are Detective or Proactive.

Returns:

  • (String)


2689
2690
2691
2692
2693
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2689

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