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