#[non_exhaustive]pub struct UpdateDirectConnectGatewayAssociationOutput { /* private fields */ }Implementations
sourceimpl UpdateDirectConnectGatewayAssociationOutput
impl UpdateDirectConnectGatewayAssociationOutput
sourcepub fn direct_connect_gateway_association(
&self
) -> Option<&DirectConnectGatewayAssociation>
pub fn direct_connect_gateway_association(
&self
) -> Option<&DirectConnectGatewayAssociation>
Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
sourceimpl UpdateDirectConnectGatewayAssociationOutput
impl UpdateDirectConnectGatewayAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDirectConnectGatewayAssociationOutput.
Trait Implementations
sourceimpl Clone for UpdateDirectConnectGatewayAssociationOutput
impl Clone for UpdateDirectConnectGatewayAssociationOutput
sourcefn clone(&self) -> UpdateDirectConnectGatewayAssociationOutput
fn clone(&self) -> UpdateDirectConnectGatewayAssociationOutput
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 PartialEq<UpdateDirectConnectGatewayAssociationOutput> for UpdateDirectConnectGatewayAssociationOutput
impl PartialEq<UpdateDirectConnectGatewayAssociationOutput> for UpdateDirectConnectGatewayAssociationOutput
sourcefn eq(&self, other: &UpdateDirectConnectGatewayAssociationOutput) -> bool
fn eq(&self, other: &UpdateDirectConnectGatewayAssociationOutput) -> bool
impl StructuralPartialEq for UpdateDirectConnectGatewayAssociationOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDirectConnectGatewayAssociationOutput
impl Send for UpdateDirectConnectGatewayAssociationOutput
impl Sync for UpdateDirectConnectGatewayAssociationOutput
impl Unpin for UpdateDirectConnectGatewayAssociationOutput
impl UnwindSafe for UpdateDirectConnectGatewayAssociationOutput
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