pub struct VpnGatewayAttachmentArgs {
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.
Implementations§
source§impl VpnGatewayAttachmentArgs
impl VpnGatewayAttachmentArgs
sourcepub fn builder() -> VpnGatewayAttachmentArgsBuilder
pub fn builder() -> VpnGatewayAttachmentArgsBuilder
Create an instance of VpnGatewayAttachmentArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpnGatewayAttachmentArgs
impl Clone for VpnGatewayAttachmentArgs
source§fn clone(&self) -> VpnGatewayAttachmentArgs
fn clone(&self) -> VpnGatewayAttachmentArgs
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 moreAuto Trait Implementations§
impl Freeze for VpnGatewayAttachmentArgs
impl RefUnwindSafe for VpnGatewayAttachmentArgs
impl Send for VpnGatewayAttachmentArgs
impl Sync for VpnGatewayAttachmentArgs
impl Unpin for VpnGatewayAttachmentArgs
impl UnwindSafe for VpnGatewayAttachmentArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)