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