Class: Aws::Plugins::Route53IdFix::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::Route53IdFix::Handler
- Defined in:
- lib/aws-sdk-core/plugins/route_53_id_fix.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
18 19 20 21 |
# File 'lib/aws-sdk-core/plugins/route_53_id_fix.rb', line 18 def call(context) remove_id_prefixes(context.params) @handler.call(context) end |