pub struct GetAddressesResult {
pub addresses: Output<Vec<GetAddressesAddress>>,
pub filter: Output<Option<String>>,
pub id: Output<String>,
pub project: Output<String>,
pub region: Output<Option<String>>,
}
Fields§
§addresses: Output<Vec<GetAddressesAddress>>
A list of addresses matching the filter. Structure is defined below.
filter: Output<Option<String>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
project: Output<String>
§region: Output<Option<String>>
The region in which the address resides.
Auto Trait Implementations§
impl Freeze for GetAddressesResult
impl RefUnwindSafe for GetAddressesResult
impl Send for GetAddressesResult
impl Sync for GetAddressesResult
impl Unpin for GetAddressesResult
impl UnwindSafe for GetAddressesResult
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