pub struct VpnConnectionRouteResult {
pub destination_cidr_block: Output<String>,
pub vpn_connection_id: Output<String>,
}
Fields§
§destination_cidr_block: Output<String>
The CIDR block associated with the local subnet of the customer network.
vpn_connection_id: Output<String>
The ID of the VPN connection.
Auto Trait Implementations§
impl Freeze for VpnConnectionRouteResult
impl RefUnwindSafe for VpnConnectionRouteResult
impl Send for VpnConnectionRouteResult
impl Sync for VpnConnectionRouteResult
impl Unpin for VpnConnectionRouteResult
impl UnwindSafe for VpnConnectionRouteResult
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