class Aws::Plugins::ParamValidator

@api private

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/aws-sdk-core/plugins/param_validator.rb, line 16
def add_handlers(handlers, config)
  if config.validate_params
    handlers.add(Handler, step: :validate, priority: 50)
  end
end