#[non_exhaustive]pub struct DisableSerialConsoleAccessOutput { /* private fields */ }
Implementations
sourceimpl DisableSerialConsoleAccessOutput
impl DisableSerialConsoleAccessOutput
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 DisableSerialConsoleAccessOutput
impl DisableSerialConsoleAccessOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableSerialConsoleAccessOutput
.
Trait Implementations
sourceimpl Clone for DisableSerialConsoleAccessOutput
impl Clone for DisableSerialConsoleAccessOutput
sourcefn clone(&self) -> DisableSerialConsoleAccessOutput
fn clone(&self) -> DisableSerialConsoleAccessOutput
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<DisableSerialConsoleAccessOutput> for DisableSerialConsoleAccessOutput
impl PartialEq<DisableSerialConsoleAccessOutput> for DisableSerialConsoleAccessOutput
sourcefn eq(&self, other: &DisableSerialConsoleAccessOutput) -> bool
fn eq(&self, other: &DisableSerialConsoleAccessOutput) -> bool
impl StructuralPartialEq for DisableSerialConsoleAccessOutput
Auto Trait Implementations
impl RefUnwindSafe for DisableSerialConsoleAccessOutput
impl Send for DisableSerialConsoleAccessOutput
impl Sync for DisableSerialConsoleAccessOutput
impl Unpin for DisableSerialConsoleAccessOutput
impl UnwindSafe for DisableSerialConsoleAccessOutput
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