Struct rusoto_ec2::InstanceNetworkInterfaceAssociation [] [src]

pub struct InstanceNetworkInterfaceAssociation {
    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).

Fields

The ID of the owner of the Elastic IP address.

The public DNS name.

The public IP address or Elastic IP address bound to the network interface.

Trait Implementations

impl Default for InstanceNetworkInterfaceAssociation
[src]

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

impl Debug for InstanceNetworkInterfaceAssociation
[src]

Formats the value using the given formatter.

impl Clone for InstanceNetworkInterfaceAssociation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more