#[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 more