Struct aws_sdk_directconnect::model::AssociatedGateway
source · [−]#[non_exhaustive]pub struct AssociatedGateway { /* private fields */ }
Expand description
Information about the associated gateway.
Implementations
sourceimpl AssociatedGateway
impl AssociatedGateway
sourcepub fn type(&self) -> Option<&GatewayType>
pub fn type(&self) -> Option<&GatewayType>
The type of associated gateway.
sourcepub fn owner_account(&self) -> Option<&str>
pub fn owner_account(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
sourceimpl AssociatedGateway
impl AssociatedGateway
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatedGateway
.
Trait Implementations
sourceimpl Clone for AssociatedGateway
impl Clone for AssociatedGateway
sourcefn clone(&self) -> AssociatedGateway
fn clone(&self) -> AssociatedGateway
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AssociatedGateway
impl Debug for AssociatedGateway
sourceimpl PartialEq<AssociatedGateway> for AssociatedGateway
impl PartialEq<AssociatedGateway> for AssociatedGateway
sourcefn eq(&self, other: &AssociatedGateway) -> bool
fn eq(&self, other: &AssociatedGateway) -> bool
impl StructuralPartialEq for AssociatedGateway
Auto Trait Implementations
impl RefUnwindSafe for AssociatedGateway
impl Send for AssociatedGateway
impl Sync for AssociatedGateway
impl Unpin for AssociatedGateway
impl UnwindSafe for AssociatedGateway
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more