pub struct SerialConsoleAccessResult {
pub enabled: Output<Option<bool>>,
}
Fields§
§enabled: Output<Option<bool>>
Whether or not serial console access is enabled. Valid values are true
or false
. Defaults to true
.
Auto Trait Implementations§
impl Freeze for SerialConsoleAccessResult
impl RefUnwindSafe for SerialConsoleAccessResult
impl Send for SerialConsoleAccessResult
impl Sync for SerialConsoleAccessResult
impl Unpin for SerialConsoleAccessResult
impl UnwindSafe for SerialConsoleAccessResult
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