Struct rusoto_ec2::CreateVpnGatewayResult [] [src]

pub struct CreateVpnGatewayResult {
    pub vpn_gateway: Option<VpnGateway>,
}

Contains the output of CreateVpnGateway.

Fields

Information about the virtual private gateway.

Trait Implementations

impl Default for CreateVpnGatewayResult
[src]

[src]

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

impl Debug for CreateVpnGatewayResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateVpnGatewayResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more