Class: Aws::InspectorScan::Plugins::Endpoints
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Aws::InspectorScan::Plugins::Endpoints
- Defined in:
- gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/plugins/endpoints.rb
Instance Method Summary collapse
Methods inherited from Seahorse::Client::Plugin
#add_options, #after_initialize, after_initialize, #before_initialize, before_initialize, option
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Instance Method Details
#add_handlers(handlers, _config) ⇒ Object
72 73 74 |
# File 'gems/aws-sdk-inspectorscan/lib/aws-sdk-inspectorscan/plugins/endpoints.rb', line 72 def add_handlers(handlers, _config) handlers.add(Handler, step: :build, priority: 75) end |