class Aws::Plugins::DynamoDBSimpleAttributes::ValueTranslator

def initialize(shape, mode)

Parameters:
  • mode (Symbol<:marshal,:unmarshal>) --
  • shape (Seahorse::Model::Shapes::Shape) --
def initialize(shape, mode)
  @shape = shape
  @mode = mode
end