Struct aws_sdk_ec2::operation::create_local_gateway_route_table::CreateLocalGatewayRouteTableOutput
source · #[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>
Information about the local gateway route table.
source§impl CreateLocalGatewayRouteTableOutput
impl CreateLocalGatewayRouteTableOutput
sourcepub fn builder() -> CreateLocalGatewayRouteTableOutputBuilder
pub fn builder() -> CreateLocalGatewayRouteTableOutputBuilder
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 moresource§impl PartialEq<CreateLocalGatewayRouteTableOutput> for CreateLocalGatewayRouteTableOutput
impl PartialEq<CreateLocalGatewayRouteTableOutput> for CreateLocalGatewayRouteTableOutput
source§fn eq(&self, other: &CreateLocalGatewayRouteTableOutput) -> bool
fn eq(&self, other: &CreateLocalGatewayRouteTableOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateLocalGatewayRouteTableOutput
impl RequestId for CreateLocalGatewayRouteTableOutput
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.