pub struct VpnGatewayRoutePropagationResult {
pub route_table_id: Output<String>,
pub vpn_gateway_id: Output<String>,
}
Fields§
§route_table_id: Output<String>
The id of the aws.ec2.RouteTable
to propagate routes into.
vpn_gateway_id: Output<String>
The id of the aws.ec2.VpnGateway
to propagate routes from.
Auto Trait Implementations§
impl Freeze for VpnGatewayRoutePropagationResult
impl RefUnwindSafe for VpnGatewayRoutePropagationResult
impl Send for VpnGatewayRoutePropagationResult
impl Sync for VpnGatewayRoutePropagationResult
impl Unpin for VpnGatewayRoutePropagationResult
impl UnwindSafe for VpnGatewayRoutePropagationResult
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