pub struct GetRouteTablesResult {
pub filters: Output<Option<Vec<GetRouteTablesFilter>>>,
pub id: Output<String>,
pub ids: Output<Vec<String>>,
pub tags: Output<HashMap<String, String>>,
pub vpc_id: Output<Option<String>>,
}
Fields§
§filters: Output<Option<Vec<GetRouteTablesFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
ids: Output<Vec<String>>
List of all the route table ids found.
vpc_id: Output<Option<String>>
Auto Trait Implementations§
impl Freeze for GetRouteTablesResult
impl RefUnwindSafe for GetRouteTablesResult
impl Send for GetRouteTablesResult
impl Sync for GetRouteTablesResult
impl Unpin for GetRouteTablesResult
impl UnwindSafe for GetRouteTablesResult
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