# File lib/aws/ec2/resource.rb, line 90
      def update_resource attribute, value
        options = {}
        options[attribute.set_as] = { :value => value }
        options["#{inflected_name}_id""#{inflected_name}_id"] = __resource_id__
        method_name = "modify_#{inflected_name}_attribute"
        client.send(method_name, options)
      end