class Aws::Plugins::ParamConverter

@api private

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/aws-sdk-core/plugins/param_converter.rb, line 17
def add_handlers(handlers, config)
  handlers.add(Handler, step: :initialize) if config.convert_params
end