#[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 more