Struct aws_sdk_networkmanager::model::CoreNetworkSummary
source · #[non_exhaustive]pub struct CoreNetworkSummary { /* private fields */ }
Expand description
Returns summary information about a core network.
Implementations§
source§impl CoreNetworkSummary
impl CoreNetworkSummary
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn core_network_arn(&self) -> Option<&str>
pub fn core_network_arn(&self) -> Option<&str>
a core network ARN.
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The global network ID.
sourcepub fn owner_account_id(&self) -> Option<&str>
pub fn owner_account_id(&self) -> Option<&str>
The ID of the account owner.
sourcepub fn state(&self) -> Option<&CoreNetworkState>
pub fn state(&self) -> Option<&CoreNetworkState>
The state of a core network.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of a core network.
The key-value tags associated with a core network summary.
source§impl CoreNetworkSummary
impl CoreNetworkSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetworkSummary
.
Trait Implementations§
source§impl Clone for CoreNetworkSummary
impl Clone for CoreNetworkSummary
source§fn clone(&self) -> CoreNetworkSummary
fn clone(&self) -> CoreNetworkSummary
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 CoreNetworkSummary
impl Debug for CoreNetworkSummary
source§impl PartialEq<CoreNetworkSummary> for CoreNetworkSummary
impl PartialEq<CoreNetworkSummary> for CoreNetworkSummary
source§fn eq(&self, other: &CoreNetworkSummary) -> bool
fn eq(&self, other: &CoreNetworkSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.