pub struct GetRegionsResult {
pub id: Output<String>,
pub names: Output<Vec<String>>,
pub project: Output<String>,
pub status: Output<Option<String>>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
names: Output<Vec<String>>
A list of regions available in the given project
project: Output<String>
§status: Output<Option<String>>
Auto Trait Implementations§
impl Freeze for GetRegionsResult
impl RefUnwindSafe for GetRegionsResult
impl Send for GetRegionsResult
impl Sync for GetRegionsResult
impl Unpin for GetRegionsResult
impl UnwindSafe for GetRegionsResult
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