Struct rusoto_ec2::NetworkInterfacePrivateIpAddress [] [src]

pub struct NetworkInterfacePrivateIpAddress {
    pub association: Option<NetworkInterfaceAssociation>,
    pub primary: Option<bool>,
    pub private_dns_name: Option<String>,
    pub private_ip_address: Option<String>,
}

Describes the private IPv4 address of a network interface.

Fields

The association information for an Elastic IP address (IPv4) associated with the network interface.

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

The private DNS name.

The private IPv4 address.

Trait Implementations

impl Default for NetworkInterfacePrivateIpAddress
[src]

[src]

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

impl Debug for NetworkInterfacePrivateIpAddress
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterfacePrivateIpAddress
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more