#[non_exhaustive]pub struct ModifyVpnTunnelOptionsOutput { /* private fields */ }
Implementations§
source§impl ModifyVpnTunnelOptionsOutput
impl ModifyVpnTunnelOptionsOutput
sourcepub fn vpn_connection(&self) -> Option<&VpnConnection>
pub fn vpn_connection(&self) -> Option<&VpnConnection>
Information about the VPN connection.
source§impl ModifyVpnTunnelOptionsOutput
impl ModifyVpnTunnelOptionsOutput
sourcepub fn builder() -> ModifyVpnTunnelOptionsOutputBuilder
pub fn builder() -> ModifyVpnTunnelOptionsOutputBuilder
Creates a new builder-style object to manufacture ModifyVpnTunnelOptionsOutput
.
Trait Implementations§
source§impl Clone for ModifyVpnTunnelOptionsOutput
impl Clone for ModifyVpnTunnelOptionsOutput
source§fn clone(&self) -> ModifyVpnTunnelOptionsOutput
fn clone(&self) -> ModifyVpnTunnelOptionsOutput
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 ModifyVpnTunnelOptionsOutput
impl Debug for ModifyVpnTunnelOptionsOutput
source§impl PartialEq<ModifyVpnTunnelOptionsOutput> for ModifyVpnTunnelOptionsOutput
impl PartialEq<ModifyVpnTunnelOptionsOutput> for ModifyVpnTunnelOptionsOutput
source§fn eq(&self, other: &ModifyVpnTunnelOptionsOutput) -> bool
fn eq(&self, other: &ModifyVpnTunnelOptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ModifyVpnTunnelOptionsOutput
impl RequestId for ModifyVpnTunnelOptionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ModifyVpnTunnelOptionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyVpnTunnelOptionsOutput
impl Send for ModifyVpnTunnelOptionsOutput
impl Sync for ModifyVpnTunnelOptionsOutput
impl Unpin for ModifyVpnTunnelOptionsOutput
impl UnwindSafe for ModifyVpnTunnelOptionsOutput
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