class AWS::EC2::ElasticIp
def associated?
-
(Boolean)
- Returns true if this IP address is attached to
def associated? !!instance_id end
(Boolean)
- Returns true if this IP address is attached to
def associated? !!instance_id end