#[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>
Describes a 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 more