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. Read more

impl Clone for CreateConnectionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateConnectionRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations