#[non_exhaustive]pub struct GetNetworkResourcesOutput { /* private fields */ }
Implementations§
source§impl GetNetworkResourcesOutput
impl GetNetworkResourcesOutput
sourcepub fn network_resources(&self) -> Option<&[NetworkResource]>
pub fn network_resources(&self) -> Option<&[NetworkResource]>
The network resources.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
source§impl GetNetworkResourcesOutput
impl GetNetworkResourcesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkResourcesOutput
.
Trait Implementations§
source§impl Clone for GetNetworkResourcesOutput
impl Clone for GetNetworkResourcesOutput
source§fn clone(&self) -> GetNetworkResourcesOutput
fn clone(&self) -> GetNetworkResourcesOutput
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 GetNetworkResourcesOutput
impl Debug for GetNetworkResourcesOutput
source§impl PartialEq<GetNetworkResourcesOutput> for GetNetworkResourcesOutput
impl PartialEq<GetNetworkResourcesOutput> for GetNetworkResourcesOutput
source§fn eq(&self, other: &GetNetworkResourcesOutput) -> bool
fn eq(&self, other: &GetNetworkResourcesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.