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