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.
@attr_reader [String,nil] allocation_id
The ID representing the allocation of the address for use with Amazon VPC.
@attr_reader [String] Indicates whether this elastic ip address is for
EC2 instances ('standard') or VPC instances ('vpc').
@attr_reader [String,nil] The ID of the association between this elastic
ip address and an EC2 VPC instance (VPC only).
@attr_reader [String,nil] The ID of the network interface (VPC only).
@attr_reader [String,nil] network_interface_owner_id
The ID of the AWS account that owns the network interface (VPC only).