Struct aws_sdk_support::output::DescribeAttachmentOutput
source · [−]#[non_exhaustive]pub struct DescribeAttachmentOutput {
pub attachment: Option<Attachment>,
}
Expand description
The content and file name of the attachment returned by the DescribeAttachment
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.attachment: 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
.
Implementations
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
.
Creates a new builder-style object to manufacture DescribeAttachmentOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeAttachmentOutput
impl Send for DescribeAttachmentOutput
impl Sync for DescribeAttachmentOutput
impl Unpin for DescribeAttachmentOutput
impl UnwindSafe for DescribeAttachmentOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more