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

Class: Aws::DirectConnect::Types::AssociateHostedConnectionRequest

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

Overview

Note:

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

{
  connection_id: "ConnectionId", # required
  parent_connection_id: "ConnectionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the hosted connection.

Returns:

  • (String)

    The ID of the hosted connection.

#parent_connection_idString

The ID of the interconnect or the LAG.

Returns:

  • (String)

    The ID of the interconnect or the LAG.