Struct rusoto_directconnect::ConfirmPrivateVirtualInterfaceRequest [] [src]

pub struct ConfirmPrivateVirtualInterfaceRequest {
    pub virtual_gateway_id: String,
    pub virtual_interface_id: String,
}

Container for the parameters to the ConfirmPrivateVirtualInterface operation.

Fields

ID of the virtual private gateway that will be attached to the virtual interface.

A virtual private gateway can be managed via the Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.

Default: None

Trait Implementations

impl Default for ConfirmPrivateVirtualInterfaceRequest
[src]

[src]

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

impl Debug for ConfirmPrivateVirtualInterfaceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConfirmPrivateVirtualInterfaceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more