Class: Aws::DirectConnect::Types::DisassociateConnectionFromLagRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DisassociateConnectionFromLagRequest
- 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.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2309 class DisassociateConnectionFromLagRequest < Struct.new( :connection_id, :lag_id) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG.
2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2309 class DisassociateConnectionFromLagRequest < Struct.new( :connection_id, :lag_id) SENSITIVE = [] include Aws::Structure end |