Struct rusoto_ec2::Address [] [src]

pub struct Address {
    pub allocation_id: Option<String>,
    pub association_id: Option<String>,
    pub domain: Option<String>,
    pub instance_id: Option<String>,
    pub network_interface_id: Option<String>,
    pub network_interface_owner_id: Option<String>,
    pub private_ip_address: Option<String>,
    pub public_ip: Option<String>,
}

Describes an Elastic IP address.

Fields

The ID representing the allocation of the address for use with EC2-VPC.

The ID representing the association of the address with an instance in a VPC.

Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).

The ID of the instance that the address is associated with (if any).

The ID of the network interface.

The ID of the AWS account that owns the network interface.

The private IP address associated with the Elastic IP address.

The Elastic IP address.

Trait Implementations

impl Default for Address
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Address
[src]

[src]

Formats the value using the given formatter.

impl Clone for Address
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more