pub struct GetNatGatewaysResult {
pub filters: Output<Option<Vec<GetNatGatewaysFilter>>>,
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<GetNatGatewaysFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
ids: Output<Vec<String>>
List of all the NAT gateway ids found.
vpc_id: Output<Option<String>>
Auto Trait Implementations§
impl Freeze for GetNatGatewaysResult
impl RefUnwindSafe for GetNatGatewaysResult
impl Send for GetNatGatewaysResult
impl Sync for GetNatGatewaysResult
impl Unpin for GetNatGatewaysResult
impl UnwindSafe for GetNatGatewaysResult
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