Struct aws_sdk_networkmanager::model::ConnectPeerSummary
source · #[non_exhaustive]pub struct ConnectPeerSummary { /* private fields */ }
Expand description
Summary description of a Connect peer.
Implementations§
source§impl ConnectPeerSummary
impl ConnectPeerSummary
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn connect_attachment_id(&self) -> Option<&str>
pub fn connect_attachment_id(&self) -> Option<&str>
The ID of a Connect peer attachment.
sourcepub fn connect_peer_id(&self) -> Option<&str>
pub fn connect_peer_id(&self) -> Option<&str>
The ID of a Connect peer.
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The Region where the edge is located.
sourcepub fn connect_peer_state(&self) -> Option<&ConnectPeerState>
pub fn connect_peer_state(&self) -> Option<&ConnectPeerState>
The state of a Connect peer.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp when a Connect peer was created.
The list of key-value tags associated with the Connect peer summary.
source§impl ConnectPeerSummary
impl ConnectPeerSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectPeerSummary
.
Trait Implementations§
source§impl Clone for ConnectPeerSummary
impl Clone for ConnectPeerSummary
source§fn clone(&self) -> ConnectPeerSummary
fn clone(&self) -> ConnectPeerSummary
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 ConnectPeerSummary
impl Debug for ConnectPeerSummary
source§impl PartialEq<ConnectPeerSummary> for ConnectPeerSummary
impl PartialEq<ConnectPeerSummary> for ConnectPeerSummary
source§fn eq(&self, other: &ConnectPeerSummary) -> bool
fn eq(&self, other: &ConnectPeerSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.