Struct aws_sdk_networkmanager::operation::get_connect_attachment::GetConnectAttachmentOutput
source · #[non_exhaustive]pub struct GetConnectAttachmentOutput { /* private fields */ }
Implementations§
source§impl GetConnectAttachmentOutput
impl GetConnectAttachmentOutput
sourcepub fn connect_attachment(&self) -> Option<&ConnectAttachment>
pub fn connect_attachment(&self) -> Option<&ConnectAttachment>
Details about the Connect attachment.
source§impl GetConnectAttachmentOutput
impl GetConnectAttachmentOutput
sourcepub fn builder() -> GetConnectAttachmentOutputBuilder
pub fn builder() -> GetConnectAttachmentOutputBuilder
Creates a new builder-style object to manufacture GetConnectAttachmentOutput
.
Trait Implementations§
source§impl Clone for GetConnectAttachmentOutput
impl Clone for GetConnectAttachmentOutput
source§fn clone(&self) -> GetConnectAttachmentOutput
fn clone(&self) -> GetConnectAttachmentOutput
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 GetConnectAttachmentOutput
impl Debug for GetConnectAttachmentOutput
source§impl PartialEq<GetConnectAttachmentOutput> for GetConnectAttachmentOutput
impl PartialEq<GetConnectAttachmentOutput> for GetConnectAttachmentOutput
source§fn eq(&self, other: &GetConnectAttachmentOutput) -> bool
fn eq(&self, other: &GetConnectAttachmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetConnectAttachmentOutput
impl RequestId for GetConnectAttachmentOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.