Class: Aws::DirectConnect::Types::DisassociateConnectionFromLagRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DisassociateConnectionFromLagRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Note:
When making an API call, you may pass DisassociateConnectionFromLagRequest data as a hash:
{
connection_id: "ConnectionId", # required
lag_id: "LagId", # required
}
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.
2882 2883 2884 2885 2886 2887 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2882 class DisassociateConnectionFromLagRequest < Struct.new( :connection_id, :lag_id) SENSITIVE = [] include Aws::Structure end |
#lag_id ⇒ String
The ID of the LAG.
2882 2883 2884 2885 2886 2887 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2882 class DisassociateConnectionFromLagRequest < Struct.new( :connection_id, :lag_id) SENSITIVE = [] include Aws::Structure end |