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