#[non_exhaustive]pub struct SiteToSiteVpnAttachment { /* private fields */ }
Expand description
Creates a site-to-site VPN attachment.
Implementations§
source§impl SiteToSiteVpnAttachment
impl SiteToSiteVpnAttachment
sourcepub fn attachment(&self) -> Option<&Attachment>
pub fn attachment(&self) -> Option<&Attachment>
Provides details about a site-to-site VPN attachment.
sourcepub fn vpn_connection_arn(&self) -> Option<&str>
pub fn vpn_connection_arn(&self) -> Option<&str>
The ARN of the site-to-site VPN attachment.
source§impl SiteToSiteVpnAttachment
impl SiteToSiteVpnAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SiteToSiteVpnAttachment
.
Trait Implementations§
source§impl Clone for SiteToSiteVpnAttachment
impl Clone for SiteToSiteVpnAttachment
source§fn clone(&self) -> SiteToSiteVpnAttachment
fn clone(&self) -> SiteToSiteVpnAttachment
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 SiteToSiteVpnAttachment
impl Debug for SiteToSiteVpnAttachment
source§impl PartialEq<SiteToSiteVpnAttachment> for SiteToSiteVpnAttachment
impl PartialEq<SiteToSiteVpnAttachment> for SiteToSiteVpnAttachment
source§fn eq(&self, other: &SiteToSiteVpnAttachment) -> bool
fn eq(&self, other: &SiteToSiteVpnAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.