Class: Aws::DirectConnect::Types::DescribeLagsRequest

Inherits:
Struct
  • Object
show all
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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#lag_idString

The ID of the LAG.

Returns:

  • (String)


1518
1519
1520
1521
# File 'lib/aws-sdk-directconnect/types.rb', line 1518

class DescribeLagsRequest < Struct.new(
  :lag_id)
  include Aws::Structure
end