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

Class: Aws::DirectConnect::Types::DescribeVirtualInterfacesRequest

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

Overview

Note:

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

{
  connection_id: "ConnectionId",
  virtual_interface_id: "VirtualInterfaceId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the connection.

Returns:

  • (String)

    The ID of the connection.

#virtual_interface_idString

The ID of the virtual interface.

Returns:

  • (String)

    The ID of the virtual interface.