# File lib/aws/ec2/security_group.rb, line 35
      def initialize id, options = {}
        @id = id
        @name = options[:name]
        @description = options[:description]
        @owner_id = options[:owner_id]
        super
      end