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