#[non_exhaustive]pub struct EnableSerialConsoleAccessOutput { /* private fields */ }
Implementations
sourceimpl EnableSerialConsoleAccessOutput
impl EnableSerialConsoleAccessOutput
sourcepub fn serial_console_access_enabled(&self) -> Option<bool>
pub fn serial_console_access_enabled(&self) -> Option<bool>
If true
, access to the EC2 serial console of all instances is enabled for your account. If false
, access to the EC2 serial console of all instances is disabled for your account.
sourceimpl EnableSerialConsoleAccessOutput
impl EnableSerialConsoleAccessOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableSerialConsoleAccessOutput
.
Trait Implementations
sourceimpl Clone for EnableSerialConsoleAccessOutput
impl Clone for EnableSerialConsoleAccessOutput
sourcefn clone(&self) -> EnableSerialConsoleAccessOutput
fn clone(&self) -> EnableSerialConsoleAccessOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<EnableSerialConsoleAccessOutput> for EnableSerialConsoleAccessOutput
impl PartialEq<EnableSerialConsoleAccessOutput> for EnableSerialConsoleAccessOutput
sourcefn eq(&self, other: &EnableSerialConsoleAccessOutput) -> bool
fn eq(&self, other: &EnableSerialConsoleAccessOutput) -> bool
impl StructuralPartialEq for EnableSerialConsoleAccessOutput
Auto Trait Implementations
impl RefUnwindSafe for EnableSerialConsoleAccessOutput
impl Send for EnableSerialConsoleAccessOutput
impl Sync for EnableSerialConsoleAccessOutput
impl Unpin for EnableSerialConsoleAccessOutput
impl UnwindSafe for EnableSerialConsoleAccessOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more