Class: Aws::DirectConnect::Types::DescribeLagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeLagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Note:
When making an API call, you may pass DescribeLagsRequest data as a hash:
{
lag_id: "LagId",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lag_id ⇒ String
The ID of the LAG.
Instance Attribute Details
#lag_id ⇒ String
The ID of the LAG.
2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2434 class DescribeLagsRequest < Struct.new( :lag_id) SENSITIVE = [] include Aws::Structure end |