Class: Aws::Plugins::ParamValidator::Handler
- Inherits:
- 
      Seahorse::Client::Handler
      
        - Object
- Seahorse::Client::Handler
- Aws::Plugins::ParamValidator::Handler
 
- Defined in:
- 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 '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 |