pub struct GetVpcIpamPoolsResult {
pub filters: Output<Option<Vec<GetVpcIpamPoolsFilter>>>,
pub id: Output<String>,
pub ipam_pools: Output<Vec<GetVpcIpamPoolsIpamPool>>,
}
Fields§
§filters: Output<Option<Vec<GetVpcIpamPoolsFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
ipam_pools: Output<Vec<GetVpcIpamPoolsIpamPool>>
List of IPAM pools and their attributes. See below for details
Auto Trait Implementations§
impl Freeze for GetVpcIpamPoolsResult
impl RefUnwindSafe for GetVpcIpamPoolsResult
impl Send for GetVpcIpamPoolsResult
impl Sync for GetVpcIpamPoolsResult
impl Unpin for GetVpcIpamPoolsResult
impl UnwindSafe for GetVpcIpamPoolsResult
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