You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::AssociateVirtualInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociateVirtualInterfaceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AssociateVirtualInterfaceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
virtual_interface_id: "VirtualInterfaceId", # required
connection_id: "ConnectionId", # required
}
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the LAG or connection.
-
#virtual_interface_id ⇒ String
The ID of the virtual interface.
Instance Attribute Details
#connection_id ⇒ String
The ID of the LAG or connection.
#virtual_interface_id ⇒ String
The ID of the virtual interface.