#[non_exhaustive]pub struct DeleteDirectConnectGatewayAssociationOutput { /* private fields */ }Implementations§
source§impl DeleteDirectConnectGatewayAssociationOutput
impl DeleteDirectConnectGatewayAssociationOutput
sourcepub fn direct_connect_gateway_association(
&self
) -> Option<&DirectConnectGatewayAssociation>
pub fn direct_connect_gateway_association(
&self
) -> Option<&DirectConnectGatewayAssociation>
Information about the deleted association.
source§impl DeleteDirectConnectGatewayAssociationOutput
impl DeleteDirectConnectGatewayAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDirectConnectGatewayAssociationOutput.
Trait Implementations§
source§impl Clone for DeleteDirectConnectGatewayAssociationOutput
impl Clone for DeleteDirectConnectGatewayAssociationOutput
source§fn clone(&self) -> DeleteDirectConnectGatewayAssociationOutput
fn clone(&self) -> DeleteDirectConnectGatewayAssociationOutput
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 PartialEq<DeleteDirectConnectGatewayAssociationOutput> for DeleteDirectConnectGatewayAssociationOutput
impl PartialEq<DeleteDirectConnectGatewayAssociationOutput> for DeleteDirectConnectGatewayAssociationOutput
source§fn eq(&self, other: &DeleteDirectConnectGatewayAssociationOutput) -> bool
fn eq(&self, other: &DeleteDirectConnectGatewayAssociationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.