Class: Aws::Route53::Plugins::IdFix::Handler Private
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Route53::Plugins::IdFix::Handler
- Defined in:
- lib/aws-sdk-route53/plugins/id_fix.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call(context) ⇒ Object private
Instance Method Details
#call(context) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
23 24 25 26 |
# File 'lib/aws-sdk-route53/plugins/id_fix.rb', line 23 def call(context) remove_id_prefixes(context.params) @handler.call(context) end |