Class: Aws::Types::DisassociateConnectionFromLagRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def connection_id
  @connection_id
end

#lag_id::String

Returns the value of attribute lag_id.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def lag_id
  @lag_id
end