Class: AWS::EC2::Instance
- Inherits:
-
Object
- Object
- AWS::EC2::Instance
- Defined in:
- lib/cap-ec2/instance.rb
Instance Method Summary collapse
Instance Method Details
#contact_point ⇒ Object
6 7 8 |
# File 'lib/cap-ec2/instance.rb', line 6 def contact_point public_dns_name || public_ip_address || private_ip_address end |