#[non_exhaustive]pub struct EnableSerialConsoleAccessOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl EnableSerialConsoleAccessOutput
impl EnableSerialConsoleAccessOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableSerialConsoleAccessOutput
.
Trait Implementations§
source§impl Clone for EnableSerialConsoleAccessOutput
impl Clone for EnableSerialConsoleAccessOutput
source§fn clone(&self) -> EnableSerialConsoleAccessOutput
fn clone(&self) -> EnableSerialConsoleAccessOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<EnableSerialConsoleAccessOutput> for EnableSerialConsoleAccessOutput
impl PartialEq<EnableSerialConsoleAccessOutput> for EnableSerialConsoleAccessOutput
source§fn eq(&self, other: &EnableSerialConsoleAccessOutput) -> bool
fn eq(&self, other: &EnableSerialConsoleAccessOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.