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