pub struct GetSerialConsoleAccessResult {
pub enabled: Output<bool>,
pub id: Output<String>,
}
Fields§
§enabled: Output<bool>
Whether or not serial console access is enabled. Returns as true
or false
.
id: Output<String>
The provider-assigned unique ID for this managed resource.
Auto Trait Implementations§
impl Freeze for GetSerialConsoleAccessResult
impl RefUnwindSafe for GetSerialConsoleAccessResult
impl Send for GetSerialConsoleAccessResult
impl Sync for GetSerialConsoleAccessResult
impl Unpin for GetSerialConsoleAccessResult
impl UnwindSafe for GetSerialConsoleAccessResult
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