#[non_exhaustive]pub struct ModifyVpnTunnelOptionsInput { /* private fields */ }
Implementations§
source§impl ModifyVpnTunnelOptionsInput
impl ModifyVpnTunnelOptionsInput
sourcepub fn vpn_connection_id(&self) -> Option<&str>
pub fn vpn_connection_id(&self) -> Option<&str>
The ID of the Amazon Web Services Site-to-Site VPN connection.
sourcepub fn vpn_tunnel_outside_ip_address(&self) -> Option<&str>
pub fn vpn_tunnel_outside_ip_address(&self) -> Option<&str>
The external IP address of the VPN tunnel.
sourcepub fn tunnel_options(&self) -> Option<&ModifyVpnTunnelOptionsSpecification>
pub fn tunnel_options(&self) -> Option<&ModifyVpnTunnelOptionsSpecification>
The tunnel options to modify.
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn skip_tunnel_replacement(&self) -> Option<bool>
pub fn skip_tunnel_replacement(&self) -> Option<bool>
Choose whether or not to trigger immediate tunnel replacement.
Valid values: True
| False
source§impl ModifyVpnTunnelOptionsInput
impl ModifyVpnTunnelOptionsInput
sourcepub fn builder() -> ModifyVpnTunnelOptionsInputBuilder
pub fn builder() -> ModifyVpnTunnelOptionsInputBuilder
Creates a new builder-style object to manufacture ModifyVpnTunnelOptionsInput
.
source§impl ModifyVpnTunnelOptionsInput
impl ModifyVpnTunnelOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyVpnTunnelOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ModifyVpnTunnelOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyVpnTunnelOptions
>
Trait Implementations§
source§impl Clone for ModifyVpnTunnelOptionsInput
impl Clone for ModifyVpnTunnelOptionsInput
source§fn clone(&self) -> ModifyVpnTunnelOptionsInput
fn clone(&self) -> ModifyVpnTunnelOptionsInput
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 ModifyVpnTunnelOptionsInput
impl Debug for ModifyVpnTunnelOptionsInput
source§impl PartialEq<ModifyVpnTunnelOptionsInput> for ModifyVpnTunnelOptionsInput
impl PartialEq<ModifyVpnTunnelOptionsInput> for ModifyVpnTunnelOptionsInput
source§fn eq(&self, other: &ModifyVpnTunnelOptionsInput) -> bool
fn eq(&self, other: &ModifyVpnTunnelOptionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyVpnTunnelOptionsInput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyVpnTunnelOptionsInput
impl Send for ModifyVpnTunnelOptionsInput
impl Sync for ModifyVpnTunnelOptionsInput
impl Unpin for ModifyVpnTunnelOptionsInput
impl UnwindSafe for ModifyVpnTunnelOptionsInput
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