Class: Aws::DynamoDBStreams::Plugins::SimpleAttributes::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::DynamoDBStreams::Plugins::SimpleAttributes::Handler
- Defined in:
- lib/aws-sdk-dynamodbstreams/plugins/simple_attributes.rb
Instance Method Summary collapse
Instance Method Details
#call(context) ⇒ Object
62 63 64 65 66 |
# File 'lib/aws-sdk-dynamodbstreams/plugins/simple_attributes.rb', line 62 def call(context) @handler.call(context).on(200) do |response| response.data = translate_output(response) end end |