#[non_exhaustive]pub struct DescribeAttachmentOutput { /* private fields */ }Expand description
The content and file name of the attachment returned by the DescribeAttachment operation.
Implementations§
source§impl DescribeAttachmentOutput
impl DescribeAttachmentOutput
sourcepub fn attachment(&self) -> Option<&Attachment>
pub fn attachment(&self) -> Option<&Attachment>
This object includes the attachment content and file name.
In the previous response syntax, the value for the data parameter appears as blob, which is represented as a base64-encoded string. The value for fileName is the name of the attachment, such as troubleshoot-screenshot.png.
source§impl DescribeAttachmentOutput
impl DescribeAttachmentOutput
sourcepub fn builder() -> DescribeAttachmentOutputBuilder
pub fn builder() -> DescribeAttachmentOutputBuilder
Creates a new builder-style object to manufacture DescribeAttachmentOutput.
Trait Implementations§
source§impl Clone for DescribeAttachmentOutput
impl Clone for DescribeAttachmentOutput
source§fn clone(&self) -> DescribeAttachmentOutput
fn clone(&self) -> DescribeAttachmentOutput
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 DescribeAttachmentOutput
impl Debug for DescribeAttachmentOutput
source§impl PartialEq<DescribeAttachmentOutput> for DescribeAttachmentOutput
impl PartialEq<DescribeAttachmentOutput> for DescribeAttachmentOutput
source§fn eq(&self, other: &DescribeAttachmentOutput) -> bool
fn eq(&self, other: &DescribeAttachmentOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeAttachmentOutput
impl RequestId for DescribeAttachmentOutput
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.