Struct aws_sdk_ec2::input::DeleteVpnConnectionRouteInput
source · [−]#[non_exhaustive]pub struct DeleteVpnConnectionRouteInput { /* private fields */ }
Expand description
Contains the parameters for DeleteVpnConnectionRoute.
Implementations
sourceimpl DeleteVpnConnectionRouteInput
impl DeleteVpnConnectionRouteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpnConnectionRoute, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpnConnectionRoute, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteVpnConnectionRoute
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVpnConnectionRouteInput
.
sourceimpl DeleteVpnConnectionRouteInput
impl DeleteVpnConnectionRouteInput
sourcepub fn destination_cidr_block(&self) -> Option<&str>
pub fn destination_cidr_block(&self) -> Option<&str>
The CIDR block associated with the local subnet of the customer network.
sourcepub fn vpn_connection_id(&self) -> Option<&str>
pub fn vpn_connection_id(&self) -> Option<&str>
The ID of the VPN connection.
Trait Implementations
sourceimpl Clone for DeleteVpnConnectionRouteInput
impl Clone for DeleteVpnConnectionRouteInput
sourcefn clone(&self) -> DeleteVpnConnectionRouteInput
fn clone(&self) -> DeleteVpnConnectionRouteInput
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 DeleteVpnConnectionRouteInput
impl Debug for DeleteVpnConnectionRouteInput
sourceimpl PartialEq<DeleteVpnConnectionRouteInput> for DeleteVpnConnectionRouteInput
impl PartialEq<DeleteVpnConnectionRouteInput> for DeleteVpnConnectionRouteInput
sourcefn eq(&self, other: &DeleteVpnConnectionRouteInput) -> bool
fn eq(&self, other: &DeleteVpnConnectionRouteInput) -> bool
impl StructuralPartialEq for DeleteVpnConnectionRouteInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteVpnConnectionRouteInput
impl Send for DeleteVpnConnectionRouteInput
impl Sync for DeleteVpnConnectionRouteInput
impl Unpin for DeleteVpnConnectionRouteInput
impl UnwindSafe for DeleteVpnConnectionRouteInput
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