pub struct LocalGatewayRouteResult {
pub destination_cidr_block: Output<String>,
pub local_gateway_route_table_id: Output<String>,
pub local_gateway_virtual_interface_group_id: Output<String>,
}
Fields§
§destination_cidr_block: Output<String>
IPv4 CIDR range used for destination matches. Routing decisions are based on the most specific match.
local_gateway_route_table_id: Output<String>
Identifier of EC2 Local Gateway Route Table.
local_gateway_virtual_interface_group_id: Output<String>
Identifier of EC2 Local Gateway Virtual Interface Group.
Auto Trait Implementations§
impl Freeze for LocalGatewayRouteResult
impl RefUnwindSafe for LocalGatewayRouteResult
impl Send for LocalGatewayRouteResult
impl Sync for LocalGatewayRouteResult
impl Unpin for LocalGatewayRouteResult
impl UnwindSafe for LocalGatewayRouteResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more