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