class Aws::Plugins::ParamConverter
@api private
Public Instance Methods
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
@api private
# 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