#[non_exhaustive]pub struct GetSerialConsoleAccessStatusOutput { /* private fields */ }
Implementations§
source§impl GetSerialConsoleAccessStatusOutput
impl GetSerialConsoleAccessStatusOutput
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 GetSerialConsoleAccessStatusOutput
impl GetSerialConsoleAccessStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSerialConsoleAccessStatusOutput
.
Trait Implementations§
source§impl Clone for GetSerialConsoleAccessStatusOutput
impl Clone for GetSerialConsoleAccessStatusOutput
source§fn clone(&self) -> GetSerialConsoleAccessStatusOutput
fn clone(&self) -> GetSerialConsoleAccessStatusOutput
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<GetSerialConsoleAccessStatusOutput> for GetSerialConsoleAccessStatusOutput
impl PartialEq<GetSerialConsoleAccessStatusOutput> for GetSerialConsoleAccessStatusOutput
source§fn eq(&self, other: &GetSerialConsoleAccessStatusOutput) -> bool
fn eq(&self, other: &GetSerialConsoleAccessStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.