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)


3006
3007
3008
3009
3010
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3006

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