class AWS::EC2::ElasticIp

def initialize public_ip, options = {}

def initialize public_ip, options = {}
  @public_ip = public_ip
  super
end