#[non_exhaustive]pub struct CreateLocalGatewayRouteTableOutput { /* private fields */ }
Implementations§
source§impl CreateLocalGatewayRouteTableOutput
impl CreateLocalGatewayRouteTableOutput
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 CreateLocalGatewayRouteTableOutput
impl CreateLocalGatewayRouteTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocalGatewayRouteTableOutput
.
Trait Implementations§
source§impl Clone for CreateLocalGatewayRouteTableOutput
impl Clone for CreateLocalGatewayRouteTableOutput
source§fn clone(&self) -> CreateLocalGatewayRouteTableOutput
fn clone(&self) -> CreateLocalGatewayRouteTableOutput
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