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