Class: Aws::ConfigService::Types::EvaluationModeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::EvaluationModeConfiguration
- Defined in:
- gems/aws-sdk-configservice/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
-
#mode ⇒ String
The mode of an evaluation.
Instance Attribute Details
#mode ⇒ String
The mode of an evaluation. The valid values are Detective or Proactive.
3554 3555 3556 3557 3558 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3554 class EvaluationModeConfiguration < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |