Struct rusoto_directconnect::CreateDirectConnectGatewayResult[][src]

pub struct CreateDirectConnectGatewayResult {
    pub direct_connect_gateway: Option<DirectConnectGateway>,
}

Container for the response from the CreateDirectConnectGateway API call

Fields

The direct connect gateway to be created.

Trait Implementations

impl Default for CreateDirectConnectGatewayResult
[src]

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

impl Debug for CreateDirectConnectGatewayResult
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateDirectConnectGatewayResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateDirectConnectGatewayResult
[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