#[non_exhaustive]pub struct GetVpcAttachmentInput { /* private fields */ }
Implementations§
source§impl GetVpcAttachmentInput
impl GetVpcAttachmentInput
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the attachment.
source§impl GetVpcAttachmentInput
impl GetVpcAttachmentInput
sourcepub fn builder() -> GetVpcAttachmentInputBuilder
pub fn builder() -> GetVpcAttachmentInputBuilder
Creates a new builder-style object to manufacture GetVpcAttachmentInput
.
source§impl GetVpcAttachmentInput
impl GetVpcAttachmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVpcAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetVpcAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetVpcAttachment
>
Trait Implementations§
source§impl Clone for GetVpcAttachmentInput
impl Clone for GetVpcAttachmentInput
source§fn clone(&self) -> GetVpcAttachmentInput
fn clone(&self) -> GetVpcAttachmentInput
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 GetVpcAttachmentInput
impl Debug for GetVpcAttachmentInput
source§impl PartialEq<GetVpcAttachmentInput> for GetVpcAttachmentInput
impl PartialEq<GetVpcAttachmentInput> for GetVpcAttachmentInput
source§fn eq(&self, other: &GetVpcAttachmentInput) -> bool
fn eq(&self, other: &GetVpcAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetVpcAttachmentInput
Auto Trait Implementations§
impl RefUnwindSafe for GetVpcAttachmentInput
impl Send for GetVpcAttachmentInput
impl Sync for GetVpcAttachmentInput
impl Unpin for GetVpcAttachmentInput
impl UnwindSafe for GetVpcAttachmentInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more