Struct rusoto_ec2::NetworkInterfaceAssociation [] [src]

pub struct NetworkInterfaceAssociation {
    pub allocation_id: Option<String>,
    pub association_id: Option<String>,
    pub ip_owner_id: Option<String>,
    pub public_dns_name: Option<String>,
    pub public_ip: Option<String>,
}

Describes association information for an Elastic IP address (IPv4 only).

Fields

The allocation ID.

The association ID.

The ID of the Elastic IP address owner.

The public DNS name.

The address of the Elastic IP address bound to the network interface.

Trait Implementations

impl Default for NetworkInterfaceAssociation
[src]

[src]

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

impl Debug for NetworkInterfaceAssociation
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterfaceAssociation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more