Class: Aws::DynamoDB::Plugins::CRC32Validation
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Aws::DynamoDB::Plugins::CRC32Validation
- Defined in:
- lib/aws-sdk-dynamodb/plugins/crc32_validation.rb
Defined Under Namespace
Classes: Handler
Instance Method Summary collapse
Instance Method Details
#add_handlers(handlers, config) ⇒ Object
18 19 20 21 22 |
# File 'lib/aws-sdk-dynamodb/plugins/crc32_validation.rb', line 18 def add_handlers(handlers, config) if config.compute_checksums handlers.add(Handler, step: :sign) end end |