Class: Aws::DirectConnect::Types::DeleteLagRequest

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 DeleteLagRequest data as a hash:

{
  lag_id: "LagId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#lag_idString

The ID of the LAG.

Returns:

  • (String)


1127
1128
1129
1130
# File 'lib/aws-sdk-directconnect/types.rb', line 1127

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