Struct rusoto_directconnect::DeleteConnectionRequest [] [src]

pub struct DeleteConnectionRequest {
    pub connection_id: String,
}

Container for the parameters to the DeleteConnection operation.

Fields

Trait Implementations

impl Default for DeleteConnectionRequest
[src]

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

impl Debug for DeleteConnectionRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteConnectionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more