| Class | AWS::EC2::ElasticIp |
| In: |
lib/aws/ec2/elastic_ip.rb
|
| Parent: | Resource |
@attr_reader [String,nil] instance_id Returns the instance id if
assigned to an EC2 instance, nil otherwise.
| public_ip | -> | ip_address |
| public_ip | [R] | @return [String] The public IP address. |
Releases the elastic IP address.
(For non-VPC elastic ips) Releasing an IP address automatically disassociates it from any instance it‘s associated with.
@return [nil]