class Aws::Plugins::ParamConverter

@seahorse.client.option [Boolean] :convert_params (true)

When `true`, an attempt is made to coerce request parameters
into the required types.

Public Instance Methods

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