Struct aws_sdk_ec2::model::InstanceNetworkInterfaceAssociation [−][src]
#[non_exhaustive]pub struct InstanceNetworkInterfaceAssociation {
pub carrier_ip: Option<String>,
pub customer_owned_ip: Option<String>,
pub ip_owner_id: Option<String>,
pub public_dns_name: Option<String>,
pub public_ip: Option<String>,
}
Expand description
Describes association information for an Elastic IP address (IPv4).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.carrier_ip: Option<String>
The carrier IP address associated with the network interface.
customer_owned_ip: Option<String>
The customer-owned IP address associated with the network interface.
ip_owner_id: Option<String>
The ID of the owner of the Elastic IP address.
public_dns_name: Option<String>
The public DNS name.
public_ip: Option<String>
The public IP address or Elastic IP address bound to the network interface.
Implementations
The carrier IP address associated with the network interface.
The customer-owned IP address associated with the network interface.
The ID of the owner of the Elastic IP address.
The public DNS name.
Creates a new builder-style object to manufacture InstanceNetworkInterfaceAssociation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for InstanceNetworkInterfaceAssociation
impl Sync for InstanceNetworkInterfaceAssociation
impl Unpin for InstanceNetworkInterfaceAssociation
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more