class Aws::Record::ItemData

def get_attribute(name)

def get_attribute(name)
  @model_attributes.attribute_for(name).type_cast(@data[name])
end