Class: Aws::Plugins::CfnRequestSigner

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/aws-sdk-core/plugins/cfn_request_signer.rb

Defined Under Namespace

Classes: Handler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, config) ⇒ Object



29
30
31
# File 'lib/aws-sdk-core/plugins/cfn_request_signer.rb', line 29

def add_handlers(handlers, config)
  handlers.add(Handler, step: :sign)
end