class Aws::DynamoDB::Plugins::SimpleAttributes::ValueTranslator

def self.apply(rules, mode, data)

def self.apply(rules, mode, data)
  new(rules, mode).apply(data)
end