Class: Aws::ConfigService::Types::EvaluationModeConfiguration

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

Overview

The configuration object for Config rule evaluation mode. The supported valid values are Detective or Proactive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

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

Returns:

  • (String)


3554
3555
3556
3557
3558
# File 'lib/aws-sdk-configservice/types.rb', line 3554

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