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