Struct rusoto_directconnect::DirectConnectGatewayAttachment[][src]

pub struct DirectConnectGatewayAttachment {
    pub attachment_state: Option<String>,
    pub direct_connect_gateway_id: Option<String>,
    pub state_change_error: Option<String>,
    pub virtual_interface_id: Option<String>,
    pub virtual_interface_owner_account: Option<String>,
    pub virtual_interface_region: Option<String>,
}

The association between a direct connect gateway and virtual interface.

Fields

The AWS account ID of the owner of the virtual interface.

Trait Implementations

impl Default for DirectConnectGatewayAttachment
[src]

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

impl Debug for DirectConnectGatewayAttachment
[src]

Formats the value using the given formatter. Read more

impl Clone for DirectConnectGatewayAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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