Struct aws_sdk_ec2::input::DeleteVpnConnectionRouteInput [−][src]
#[non_exhaustive]pub struct DeleteVpnConnectionRouteInput {
pub destination_cidr_block: Option<String>,
pub vpn_connection_id: Option<String>,
}
Expand description
Contains the parameters for DeleteVpnConnectionRoute.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.destination_cidr_block: Option<String>
The CIDR block associated with the local subnet of the customer network.
vpn_connection_id: Option<String>
The ID of the VPN connection.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpnConnectionRoute, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVpnConnectionRoute, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteVpnConnectionRoute
>
Creates a new builder-style object to manufacture DeleteVpnConnectionRouteInput
The CIDR block associated with the local subnet of the customer network.
The ID of the VPN connection.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DeleteVpnConnectionRouteInput
impl Sync for DeleteVpnConnectionRouteInput
impl Unpin for DeleteVpnConnectionRouteInput
impl UnwindSafe for DeleteVpnConnectionRouteInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more