#[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() -> Builder
pub fn builder() -> Builder
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 ==
.