You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::ConfirmPrivateVirtualInterfaceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConfirmPrivateVirtualInterfaceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  virtual_interface_id: "VirtualInterfaceId", # required
  virtual_gateway_id: "VirtualGatewayId",
  direct_connect_gateway_id: "DirectConnectGatewayId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)

    The ID of the Direct Connect gateway.

#virtual_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)

    The ID of the virtual private gateway.

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)

    The ID of the virtual interface.