class Aws::Plugins::IdempotencyToken::Handler

def call(context)

Parameters:
  • (Response) --
  • context (RequestContext) --
def call(context)
  auto_fill(context.params, context.operation.input)
  @handler.call(context)
end