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