#[non_exhaustive]pub struct DescribeNetworkInterfacesOutput { /* private fields */ }
Expand description
Contains the output of DescribeNetworkInterfaces.
Implementations§
source§impl DescribeNetworkInterfacesOutput
impl DescribeNetworkInterfacesOutput
sourcepub fn network_interfaces(&self) -> Option<&[NetworkInterface]>
pub fn network_interfaces(&self) -> Option<&[NetworkInterface]>
Information about one or more network interfaces.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeNetworkInterfacesOutput
impl DescribeNetworkInterfacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeNetworkInterfacesOutput
.
Trait Implementations§
source§impl Clone for DescribeNetworkInterfacesOutput
impl Clone for DescribeNetworkInterfacesOutput
source§fn clone(&self) -> DescribeNetworkInterfacesOutput
fn clone(&self) -> DescribeNetworkInterfacesOutput
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 PartialEq<DescribeNetworkInterfacesOutput> for DescribeNetworkInterfacesOutput
impl PartialEq<DescribeNetworkInterfacesOutput> for DescribeNetworkInterfacesOutput
source§fn eq(&self, other: &DescribeNetworkInterfacesOutput) -> bool
fn eq(&self, other: &DescribeNetworkInterfacesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.