require 'fog/core/model' module Fog module AWS class Compute class Flavor < Fog::Model identity :id attribute :bits attribute :cores attribute :disk attribute :name attribute :ram end end end end