pub struct ModifyVpnTunnelCertificateRequest {
pub dry_run: Option<bool>,
pub vpn_connection_id: String,
pub vpn_tunnel_outside_ip_address: String,
}Fields§
§dry_run: 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.
vpn_connection_id: StringThe ID of the AWS Site-to-Site VPN connection.
vpn_tunnel_outside_ip_address: StringThe external IP address of the VPN tunnel.
Trait Implementations§
Source§impl Clone for ModifyVpnTunnelCertificateRequest
impl Clone for ModifyVpnTunnelCertificateRequest
Source§fn clone(&self) -> ModifyVpnTunnelCertificateRequest
fn clone(&self) -> ModifyVpnTunnelCertificateRequest
Returns a duplicate 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 Default for ModifyVpnTunnelCertificateRequest
impl Default for ModifyVpnTunnelCertificateRequest
Source§fn default() -> ModifyVpnTunnelCertificateRequest
fn default() -> ModifyVpnTunnelCertificateRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyVpnTunnelCertificateRequest
impl PartialEq for ModifyVpnTunnelCertificateRequest
Source§fn eq(&self, other: &ModifyVpnTunnelCertificateRequest) -> bool
fn eq(&self, other: &ModifyVpnTunnelCertificateRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyVpnTunnelCertificateRequest
Auto Trait Implementations§
impl Freeze for ModifyVpnTunnelCertificateRequest
impl RefUnwindSafe for ModifyVpnTunnelCertificateRequest
impl Send for ModifyVpnTunnelCertificateRequest
impl Sync for ModifyVpnTunnelCertificateRequest
impl Unpin for ModifyVpnTunnelCertificateRequest
impl UnwindSafe for ModifyVpnTunnelCertificateRequest
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