Struct rusoto_directconnect::DisassociateConnectionFromLagRequest [] [src]

pub struct DisassociateConnectionFromLagRequest {
    pub connection_id: String,
    pub lag_id: String,
}

Container for the parameters to the DisassociateConnectionFromLag operation.

Fields

The ID of the connection to disassociate from the LAG.

Example: dxcon-abc123

Default: None

The ID of the LAG.

Example: dxlag-abc123

Default: None

Trait Implementations

impl Default for DisassociateConnectionFromLagRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DisassociateConnectionFromLagRequest
[src]

Formats the value using the given formatter.

impl Clone for DisassociateConnectionFromLagRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more