Struct aws_sdk_directconnect::operation::delete_direct_connect_gateway_association::DeleteDirectConnectGatewayAssociationOutput
source · #[non_exhaustive]pub struct DeleteDirectConnectGatewayAssociationOutput {
pub direct_connect_gateway_association: Option<DirectConnectGatewayAssociation>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.direct_connect_gateway_association: Option<DirectConnectGatewayAssociation>Information about the deleted association.
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() -> DeleteDirectConnectGatewayAssociationOutputBuilder
pub fn builder() -> DeleteDirectConnectGatewayAssociationOutputBuilder
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 for DeleteDirectConnectGatewayAssociationOutput
impl PartialEq 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 ==.source§impl RequestId for DeleteDirectConnectGatewayAssociationOutput
impl RequestId for DeleteDirectConnectGatewayAssociationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeleteDirectConnectGatewayAssociationOutput
Auto Trait Implementations§
impl Freeze for DeleteDirectConnectGatewayAssociationOutput
impl RefUnwindSafe for DeleteDirectConnectGatewayAssociationOutput
impl Send for DeleteDirectConnectGatewayAssociationOutput
impl Sync for DeleteDirectConnectGatewayAssociationOutput
impl Unpin for DeleteDirectConnectGatewayAssociationOutput
impl UnwindSafe for DeleteDirectConnectGatewayAssociationOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.