Class: Aws::DirectConnect::Types::AssociateConnectionWithLagRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociateConnectionWithLagRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
236 237 238 239 240 241 |
# File 'lib/aws-sdk-directconnect/types.rb', line 236 class AssociateConnectionWithLagRequest < Struct.new( :connection_id, :lag_id) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG with which to associate the connection.
236 237 238 239 240 241 |
# File 'lib/aws-sdk-directconnect/types.rb', line 236 class AssociateConnectionWithLagRequest < Struct.new( :connection_id, :lag_id) SENSITIVE = [] include Aws::Structure end |