You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Plugins::GlacierApiVersion::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::GlacierApiVersion::Handler
- Defined in:
- aws-sdk-core/lib/aws-sdk-core/plugins/glacier_api_version.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
7 8 9 10 11 |
# File 'aws-sdk-core/lib/aws-sdk-core/plugins/glacier_api_version.rb', line 7 def call(context) version = context.config.api.version context.http_request.headers['x-amz-glacier-version'] = version @handler.call(context) end |