Struct rusoto_ec2::CreateVpnGatewayRequest [] [src]

pub struct CreateVpnGatewayRequest {
    pub availability_zone: Option<String>,
    pub dry_run: Option<bool>,
    pub type_: String,
}

Contains the parameters for CreateVpnGateway.

Fields

The Availability Zone for the virtual private gateway.

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The type of VPN connection this virtual private gateway supports.

Trait Implementations

impl Default for CreateVpnGatewayRequest
[src]

[src]

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

impl Debug for CreateVpnGatewayRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateVpnGatewayRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more