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