You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Plugins::ParamValidator::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::ParamValidator::Handler
- Defined in:
- aws-sdk-core/lib/aws-sdk-core/plugins/param_validator.rb
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Handler
Instance Method Summary collapse
Methods inherited from Seahorse::Client::Handler
Constructor Details
This class inherits a constructor from Seahorse::Client::Handler
Instance Method Details
#call(context) ⇒ Object
19 20 21 22 |
# File 'aws-sdk-core/lib/aws-sdk-core/plugins/param_validator.rb', line 19 def call(context) Aws::ParamValidator.validate!(context.operation.input, context.params) @handler.call(context) end |