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