Struct aws_sdk_ec2::model::VpnTunnelLogOptions
source · [−]#[non_exhaustive]pub struct VpnTunnelLogOptions { /* private fields */ }
Expand description
Options for logging VPN tunnel activity.
Implementations
sourceimpl VpnTunnelLogOptions
impl VpnTunnelLogOptions
sourcepub fn cloud_watch_log_options(&self) -> Option<&CloudWatchLogOptions>
pub fn cloud_watch_log_options(&self) -> Option<&CloudWatchLogOptions>
Options for sending VPN tunnel logs to CloudWatch.
sourceimpl VpnTunnelLogOptions
impl VpnTunnelLogOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpnTunnelLogOptions
.
Trait Implementations
sourceimpl Clone for VpnTunnelLogOptions
impl Clone for VpnTunnelLogOptions
sourcefn clone(&self) -> VpnTunnelLogOptions
fn clone(&self) -> VpnTunnelLogOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for VpnTunnelLogOptions
impl Debug for VpnTunnelLogOptions
sourceimpl PartialEq<VpnTunnelLogOptions> for VpnTunnelLogOptions
impl PartialEq<VpnTunnelLogOptions> for VpnTunnelLogOptions
sourcefn eq(&self, other: &VpnTunnelLogOptions) -> bool
fn eq(&self, other: &VpnTunnelLogOptions) -> bool
impl StructuralPartialEq for VpnTunnelLogOptions
Auto Trait Implementations
impl RefUnwindSafe for VpnTunnelLogOptions
impl Send for VpnTunnelLogOptions
impl Sync for VpnTunnelLogOptions
impl Unpin for VpnTunnelLogOptions
impl UnwindSafe for VpnTunnelLogOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more