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]

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

impl Debug for CreateVpnConnectionRouteRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateVpnConnectionRouteRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateVpnConnectionRouteRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations