class AWS::EC2::Resource

def update_resource attribute, value

def update_resource attribute, value
  options = {}
  options[attribute.set_as] = { :value => value }
  options[:"#{inflected_name}_id"] = __resource_id__
  method_name = "modify_#{inflected_name}_attribute"
  client.send(method_name, options)
end