Struct rusoto_ec2::CreateVpnConnectionRouteRequest [] [src]

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

Contains the parameters for CreateVpnConnectionRoute.

Fields

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

The ID of the VPN connection.

Trait Implementations

impl Default for CreateVpnConnectionRouteRequest
[src]

[src]

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

impl Debug for CreateVpnConnectionRouteRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateVpnConnectionRouteRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more