pub struct GetDedicatedHostResult {
pub dedicated_host_group_name: Output<String>,
pub id: Output<String>,
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§dedicated_host_group_name: Output<String>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
location: Output<String>
The location where the Dedicated Host exists.
name: Output<String>
§resource_group_name: Output<String>
A mapping of tags assigned to the Dedicated Host.
Auto Trait Implementations§
impl Freeze for GetDedicatedHostResult
impl RefUnwindSafe for GetDedicatedHostResult
impl Send for GetDedicatedHostResult
impl Sync for GetDedicatedHostResult
impl Unpin for GetDedicatedHostResult
impl UnwindSafe for GetDedicatedHostResult
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