#[non_exhaustive]pub struct GetVpcAttachmentInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetVpcAttachmentInput
.
source§impl GetVpcAttachmentInput
impl GetVpcAttachmentInput
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the attachment.
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 ==
.