Struct aws_sdk_ec2::output::AssignIpv6AddressesOutput
source · #[non_exhaustive]pub struct AssignIpv6AddressesOutput { /* private fields */ }
Implementations§
source§impl AssignIpv6AddressesOutput
impl AssignIpv6AddressesOutput
sourcepub fn assigned_ipv6_addresses(&self) -> Option<&[String]>
pub fn assigned_ipv6_addresses(&self) -> Option<&[String]>
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
sourcepub fn assigned_ipv6_prefixes(&self) -> Option<&[String]>
pub fn assigned_ipv6_prefixes(&self) -> Option<&[String]>
The IPv6 prefixes that are assigned to the network interface.
sourcepub fn network_interface_id(&self) -> Option<&str>
pub fn network_interface_id(&self) -> Option<&str>
The ID of the network interface.
source§impl AssignIpv6AddressesOutput
impl AssignIpv6AddressesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssignIpv6AddressesOutput
.
Trait Implementations§
source§impl Clone for AssignIpv6AddressesOutput
impl Clone for AssignIpv6AddressesOutput
source§fn clone(&self) -> AssignIpv6AddressesOutput
fn clone(&self) -> AssignIpv6AddressesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AssignIpv6AddressesOutput
impl Debug for AssignIpv6AddressesOutput
source§impl PartialEq<AssignIpv6AddressesOutput> for AssignIpv6AddressesOutput
impl PartialEq<AssignIpv6AddressesOutput> for AssignIpv6AddressesOutput
source§fn eq(&self, other: &AssignIpv6AddressesOutput) -> bool
fn eq(&self, other: &AssignIpv6AddressesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.