Struct aws_sdk_workspaces::model::OperatingSystem
source · #[non_exhaustive]pub struct OperatingSystem { /* private fields */ }
Expand description
The operating system that the image is running.
Implementations§
source§impl OperatingSystem
impl OperatingSystem
sourcepub fn type(&self) -> Option<&OperatingSystemType>
pub fn type(&self) -> Option<&OperatingSystemType>
The operating system.
source§impl OperatingSystem
impl OperatingSystem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OperatingSystem
.
Trait Implementations§
source§impl Clone for OperatingSystem
impl Clone for OperatingSystem
source§fn clone(&self) -> OperatingSystem
fn clone(&self) -> OperatingSystem
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 Debug for OperatingSystem
impl Debug for OperatingSystem
source§impl PartialEq<OperatingSystem> for OperatingSystem
impl PartialEq<OperatingSystem> for OperatingSystem
source§fn eq(&self, other: &OperatingSystem) -> bool
fn eq(&self, other: &OperatingSystem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.