Struct aws_sdk_workspaces::model::UpdateResult
source · #[non_exhaustive]pub struct UpdateResult { /* private fields */ }Expand description
Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.
Only Windows 10 WorkSpace images can be programmatically updated at this time.
Implementations§
source§impl UpdateResult
impl UpdateResult
sourcepub fn update_available(&self) -> Option<bool>
pub fn update_available(&self) -> Option<bool>
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of whether updates for the WorkSpace image are pending or available.
source§impl UpdateResult
impl UpdateResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResult.
Trait Implementations§
source§impl Clone for UpdateResult
impl Clone for UpdateResult
source§fn clone(&self) -> UpdateResult
fn clone(&self) -> UpdateResult
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 UpdateResult
impl Debug for UpdateResult
source§impl PartialEq<UpdateResult> for UpdateResult
impl PartialEq<UpdateResult> for UpdateResult
source§fn eq(&self, other: &UpdateResult) -> bool
fn eq(&self, other: &UpdateResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.