class AWS::DynamoDB::PrimaryKeyElement

def initialize(hash)

def initialize(hash)
  @name = hash[:name] || hash["AttributeName"]
  @type = hash[:type] || ATTRIBUTE_TYPES[hash["AttributeType"]]
end