class AWS::Core::Resource

def mutable_attribute name, options = {}, &block

def mutable_attribute name, options = {}, &block
  attribute(name, options.merge(:mutable => true), &block)
end