Struct rusoto_directconnect::CreateConnectionRequest [] [src]

pub struct CreateConnectionRequest {
    pub bandwidth: String,
    pub connection_name: String,
    pub lag_id: Option<String>,
    pub location: String,
}

Container for the parameters to the CreateConnection operation.

Fields

Trait Implementations

impl Default for CreateConnectionRequest
[src]

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

impl Debug for CreateConnectionRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateConnectionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more