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