pub struct GetRegionResult {
pub description: Output<String>,
pub endpoint: Output<String>,
pub id: Output<String>,
pub name: Output<String>,
}
Fields§
§description: Output<String>
Region’s description in this format: “Location (Region name)”.
endpoint: Output<String>
EC2 endpoint for the selected region.
id: Output<String>
§name: Output<String>
Name of the selected region.
Auto Trait Implementations§
impl Freeze for GetRegionResult
impl RefUnwindSafe for GetRegionResult
impl Send for GetRegionResult
impl Sync for GetRegionResult
impl Unpin for GetRegionResult
impl UnwindSafe for GetRegionResult
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