#[non_exhaustive]pub struct DisableSerialConsoleAccessOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl DisableSerialConsoleAccessOutput
impl DisableSerialConsoleAccessOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableSerialConsoleAccessOutput.
Trait Implementations§
source§impl Clone for DisableSerialConsoleAccessOutput
impl Clone for DisableSerialConsoleAccessOutput
source§fn clone(&self) -> DisableSerialConsoleAccessOutput
fn clone(&self) -> DisableSerialConsoleAccessOutput
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