pub struct MainRouteTableAssociationResult {
pub original_route_table_id: Output<String>,
pub route_table_id: Output<String>,
pub vpc_id: Output<String>,
}
Fields§
§original_route_table_id: Output<String>
Used internally, see Notes below
route_table_id: Output<String>
The ID of the Route Table to set as the new main route table for the target VPC
vpc_id: Output<String>
The ID of the VPC whose main route table should be set
Auto Trait Implementations§
impl Freeze for MainRouteTableAssociationResult
impl RefUnwindSafe for MainRouteTableAssociationResult
impl Send for MainRouteTableAssociationResult
impl Sync for MainRouteTableAssociationResult
impl Unpin for MainRouteTableAssociationResult
impl UnwindSafe for MainRouteTableAssociationResult
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