Struct rusoto_directconnect::DeleteBGPPeerResponse [] [src]

pub struct DeleteBGPPeerResponse {
    pub virtual_interface: Option<VirtualInterface>,
}

The response received when DeleteBGPPeer is called.

Fields

Trait Implementations

impl Default for DeleteBGPPeerResponse
[src]

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

impl Debug for DeleteBGPPeerResponse
[src]

Formats the value using the given formatter.

impl Clone for DeleteBGPPeerResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more