class Aws::Plugins::DynamoDBSimpleAttributes::ValueTranslator
def translate_complex(shape, value)
def translate_complex(shape, value) case shape when Seahorse::Model::Shapes::Structure then structure(shape, value) when Seahorse::Model::Shapes::List then list(shape, value) when Seahorse::Model::Shapes::Map then map(shape, value) else value end end