Struct aws_sdk_ec2::input::DeleteVpnConnectionRouteInput
source · #[non_exhaustive]pub struct DeleteVpnConnectionRouteInput { /* private fields */ }
Expand description
Contains the parameters for DeleteVpnConnectionRoute.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteVpnConnectionRouteInput
impl Clone for DeleteVpnConnectionRouteInput
source§fn clone(&self) -> DeleteVpnConnectionRouteInput
fn clone(&self) -> DeleteVpnConnectionRouteInput
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 PartialEq<DeleteVpnConnectionRouteInput> for DeleteVpnConnectionRouteInput
impl PartialEq<DeleteVpnConnectionRouteInput> for DeleteVpnConnectionRouteInput
source§fn eq(&self, other: &DeleteVpnConnectionRouteInput) -> bool
fn eq(&self, other: &DeleteVpnConnectionRouteInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.