Struct aws_sdk_directconnect::output::CreateBgpPeerOutput
source · #[non_exhaustive]pub struct CreateBgpPeerOutput { /* private fields */ }Implementations§
source§impl CreateBgpPeerOutput
impl CreateBgpPeerOutput
sourcepub fn virtual_interface(&self) -> Option<&VirtualInterface>
pub fn virtual_interface(&self) -> Option<&VirtualInterface>
The virtual interface.
source§impl CreateBgpPeerOutput
impl CreateBgpPeerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBgpPeerOutput.
Trait Implementations§
source§impl Clone for CreateBgpPeerOutput
impl Clone for CreateBgpPeerOutput
source§fn clone(&self) -> CreateBgpPeerOutput
fn clone(&self) -> CreateBgpPeerOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateBgpPeerOutput
impl Debug for CreateBgpPeerOutput
source§impl PartialEq<CreateBgpPeerOutput> for CreateBgpPeerOutput
impl PartialEq<CreateBgpPeerOutput> for CreateBgpPeerOutput
source§fn eq(&self, other: &CreateBgpPeerOutput) -> bool
fn eq(&self, other: &CreateBgpPeerOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.