Struct aws_sdk_networkmanager::model::ConnectAttachment
source · #[non_exhaustive]pub struct ConnectAttachment { /* private fields */ }
Expand description
Describes a core network Connect attachment.
Implementations§
source§impl ConnectAttachment
impl ConnectAttachment
sourcepub fn attachment(&self) -> Option<&Attachment>
pub fn attachment(&self) -> Option<&Attachment>
The attachment details.
sourcepub fn transport_attachment_id(&self) -> Option<&str>
pub fn transport_attachment_id(&self) -> Option<&str>
The ID of the transport attachment.
sourcepub fn options(&self) -> Option<&ConnectAttachmentOptions>
pub fn options(&self) -> Option<&ConnectAttachmentOptions>
Options for connecting an attachment.
source§impl ConnectAttachment
impl ConnectAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConnectAttachment
.
Trait Implementations§
source§impl Clone for ConnectAttachment
impl Clone for ConnectAttachment
source§fn clone(&self) -> ConnectAttachment
fn clone(&self) -> ConnectAttachment
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 ConnectAttachment
impl Debug for ConnectAttachment
source§impl PartialEq<ConnectAttachment> for ConnectAttachment
impl PartialEq<ConnectAttachment> for ConnectAttachment
source§fn eq(&self, other: &ConnectAttachment) -> bool
fn eq(&self, other: &ConnectAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.