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