Struct aws_sdk_networkmanager::model::ConnectPeerSummary
source · [−]#[non_exhaustive]pub struct ConnectPeerSummary {
pub core_network_id: Option<String>,
pub connect_attachment_id: Option<String>,
pub connect_peer_id: Option<String>,
pub edge_location: Option<String>,
pub connect_peer_state: Option<ConnectPeerState>,
pub created_at: Option<DateTime>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Summary description of a Connect peer.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.core_network_id: Option<String>
The ID of a core network.
connect_attachment_id: Option<String>
The ID of a Connect peer attachment.
connect_peer_id: Option<String>
The ID of a Connect peer.
edge_location: Option<String>
The Region where the edge is located.
connect_peer_state: Option<ConnectPeerState>
The state of a Connect peer.
created_at: Option<DateTime>
The timestamp when a Connect peer was created.
The tags associated with a Connect peer summary.
Implementations
The ID of a core network.
The ID of a Connect peer attachment.
The ID of a Connect peer.
The Region where the edge is located.
The state of a Connect peer.
The timestamp when a Connect peer was created.
The tags associated with a Connect peer summary.
Creates a new builder-style object to manufacture ConnectPeerSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ConnectPeerSummary
impl Send for ConnectPeerSummary
impl Sync for ConnectPeerSummary
impl Unpin for ConnectPeerSummary
impl UnwindSafe for ConnectPeerSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more