Struct aws_sdk_support::input::DescribeAttachmentInput
source · [−]#[non_exhaustive]pub struct DescribeAttachmentInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAttachmentInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DescribeAttachmentInput
impl Clone for DescribeAttachmentInput
sourcefn clone(&self) -> DescribeAttachmentInput
fn clone(&self) -> DescribeAttachmentInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeAttachmentInput
impl Debug for DescribeAttachmentInput
sourceimpl PartialEq<DescribeAttachmentInput> for DescribeAttachmentInput
impl PartialEq<DescribeAttachmentInput> for DescribeAttachmentInput
sourcefn eq(&self, other: &DescribeAttachmentInput) -> bool
fn eq(&self, other: &DescribeAttachmentInput) -> bool
impl StructuralPartialEq for DescribeAttachmentInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeAttachmentInput
impl Send for DescribeAttachmentInput
impl Sync for DescribeAttachmentInput
impl Unpin for DescribeAttachmentInput
impl UnwindSafe for DescribeAttachmentInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more