#[non_exhaustive]pub struct UpdateVpcAttachmentOutput { /* private fields */ }
Implementations§
source§impl UpdateVpcAttachmentOutput
impl UpdateVpcAttachmentOutput
sourcepub fn vpc_attachment(&self) -> Option<&VpcAttachment>
pub fn vpc_attachment(&self) -> Option<&VpcAttachment>
Describes the updated VPC attachment.
source§impl UpdateVpcAttachmentOutput
impl UpdateVpcAttachmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVpcAttachmentOutput
.
Trait Implementations§
source§impl Clone for UpdateVpcAttachmentOutput
impl Clone for UpdateVpcAttachmentOutput
source§fn clone(&self) -> UpdateVpcAttachmentOutput
fn clone(&self) -> UpdateVpcAttachmentOutput
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 UpdateVpcAttachmentOutput
impl Debug for UpdateVpcAttachmentOutput
source§impl PartialEq<UpdateVpcAttachmentOutput> for UpdateVpcAttachmentOutput
impl PartialEq<UpdateVpcAttachmentOutput> for UpdateVpcAttachmentOutput
source§fn eq(&self, other: &UpdateVpcAttachmentOutput) -> bool
fn eq(&self, other: &UpdateVpcAttachmentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.