pub struct GetInstanceGuestAttributesResult {
pub id: Output<String>,
pub name: Output<String>,
pub project: Output<String>,
pub query_path: Output<Option<String>>,
pub query_values: Output<Vec<GetInstanceGuestAttributesQueryValue>>,
pub region: Output<String>,
pub variable_key: Output<Option<String>>,
pub variable_value: Output<String>,
pub zone: Output<String>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§project: Output<String>
§query_path: Output<Option<String>>
§query_values: Output<Vec<GetInstanceGuestAttributesQueryValue>>
Structure is documented below.
region: Output<String>
§variable_key: Output<Option<String>>
§variable_value: Output<String>
Value of the queried guest_attribute.
zone: Output<String>
Auto Trait Implementations§
impl Freeze for GetInstanceGuestAttributesResult
impl RefUnwindSafe for GetInstanceGuestAttributesResult
impl Send for GetInstanceGuestAttributesResult
impl Sync for GetInstanceGuestAttributesResult
impl Unpin for GetInstanceGuestAttributesResult
impl UnwindSafe for GetInstanceGuestAttributesResult
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