pub struct VpnGatewayAttachmentResult {
pub vpc_id: Output<String>,
pub vpn_gateway_id: Output<String>,
}
Fields§
§vpc_id: Output<String>
The ID of the VPC.
vpn_gateway_id: Output<String>
The ID of the Virtual Private Gateway.
Auto Trait Implementations§
impl Freeze for VpnGatewayAttachmentResult
impl RefUnwindSafe for VpnGatewayAttachmentResult
impl Send for VpnGatewayAttachmentResult
impl Sync for VpnGatewayAttachmentResult
impl Unpin for VpnGatewayAttachmentResult
impl UnwindSafe for VpnGatewayAttachmentResult
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