Method: Aws::ConfigService::Types::EvaluationModeConfiguration#mode
- Defined in:
- lib/aws-sdk-configservice/types.rb
#mode ⇒ String
The mode of an evaluation. The valid values are Detective or Proactive.
3980 3981 3982 3983 3984 |
# File 'lib/aws-sdk-configservice/types.rb', line 3980 class EvaluationModeConfiguration < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |