# File lib/aws/ec2/elastic_ip.rb, line 25
      def initialize public_ip, options = {}
        @public_ip = public_ip
        super
      end