Struct aws_sdk_ssm::types::AttachmentInformation
source · #[non_exhaustive]pub struct AttachmentInformation { /* private fields */ }Expand description
An attribute of an attachment, such as the attachment name.
Implementations§
source§impl AttachmentInformation
impl AttachmentInformation
sourcepub fn builder() -> AttachmentInformationBuilder
pub fn builder() -> AttachmentInformationBuilder
Creates a new builder-style object to manufacture AttachmentInformation.
Trait Implementations§
source§impl Clone for AttachmentInformation
impl Clone for AttachmentInformation
source§fn clone(&self) -> AttachmentInformation
fn clone(&self) -> AttachmentInformation
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 AttachmentInformation
impl Debug for AttachmentInformation
source§impl PartialEq<AttachmentInformation> for AttachmentInformation
impl PartialEq<AttachmentInformation> for AttachmentInformation
source§fn eq(&self, other: &AttachmentInformation) -> bool
fn eq(&self, other: &AttachmentInformation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.