Struct rusoto_ec2::CreateVpnConnectionResult [] [src]

pub struct CreateVpnConnectionResult {
    pub vpn_connection: Option<VpnConnection>,
}

Contains the output of CreateVpnConnection.

Fields

Information about the VPN connection.

Trait Implementations

impl Default for CreateVpnConnectionResult
[src]

[src]

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

impl Debug for CreateVpnConnectionResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateVpnConnectionResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more