#[non_exhaustive]pub struct DeleteAttachmentInput { /* private fields */ }
Implementations§
source§impl DeleteAttachmentInput
impl DeleteAttachmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAttachmentInput
.
source§impl DeleteAttachmentInput
impl DeleteAttachmentInput
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the attachment to delete.
Trait Implementations§
source§impl Clone for DeleteAttachmentInput
impl Clone for DeleteAttachmentInput
source§fn clone(&self) -> DeleteAttachmentInput
fn clone(&self) -> DeleteAttachmentInput
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 DeleteAttachmentInput
impl Debug for DeleteAttachmentInput
source§impl PartialEq<DeleteAttachmentInput> for DeleteAttachmentInput
impl PartialEq<DeleteAttachmentInput> for DeleteAttachmentInput
source§fn eq(&self, other: &DeleteAttachmentInput) -> bool
fn eq(&self, other: &DeleteAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.