#[non_exhaustive]pub struct GetNetworkRoutesOutput { /* private fields */ }
Implementations§
source§impl GetNetworkRoutesOutput
impl GetNetworkRoutesOutput
sourcepub fn route_table_arn(&self) -> Option<&str>
pub fn route_table_arn(&self) -> Option<&str>
The ARN of the route table.
sourcepub fn core_network_segment_edge(
&self
) -> Option<&CoreNetworkSegmentEdgeIdentifier>
pub fn core_network_segment_edge(
&self
) -> Option<&CoreNetworkSegmentEdgeIdentifier>
Describes a core network segment edge.
sourcepub fn route_table_type(&self) -> Option<&RouteTableType>
pub fn route_table_type(&self) -> Option<&RouteTableType>
The route table type.
sourcepub fn route_table_timestamp(&self) -> Option<&DateTime>
pub fn route_table_timestamp(&self) -> Option<&DateTime>
The route table creation time.
sourcepub fn network_routes(&self) -> Option<&[NetworkRoute]>
pub fn network_routes(&self) -> Option<&[NetworkRoute]>
The network routes.
source§impl GetNetworkRoutesOutput
impl GetNetworkRoutesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkRoutesOutput
.
Trait Implementations§
source§impl Clone for GetNetworkRoutesOutput
impl Clone for GetNetworkRoutesOutput
source§fn clone(&self) -> GetNetworkRoutesOutput
fn clone(&self) -> GetNetworkRoutesOutput
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 GetNetworkRoutesOutput
impl Debug for GetNetworkRoutesOutput
source§impl PartialEq<GetNetworkRoutesOutput> for GetNetworkRoutesOutput
impl PartialEq<GetNetworkRoutesOutput> for GetNetworkRoutesOutput
source§fn eq(&self, other: &GetNetworkRoutesOutput) -> bool
fn eq(&self, other: &GetNetworkRoutesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.