Struct rusoto_ec2::DeleteVpnConnectionRouteRequest [] [src]

pub struct DeleteVpnConnectionRouteRequest {
    pub destination_cidr_block: String,
    pub vpn_connection_id: String,
}

Contains the parameters for DeleteVpnConnectionRoute.

Fields

The CIDR block associated with the local subnet of the customer network.

The ID of the VPN connection.

Trait Implementations

impl Default for DeleteVpnConnectionRouteRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteVpnConnectionRouteRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteVpnConnectionRouteRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more