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
sourceimpl 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.
sourceimpl UpdateResult
impl UpdateResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateResult.
Trait Implementations
sourceimpl Clone for UpdateResult
impl Clone for UpdateResult
sourcefn clone(&self) -> UpdateResult
fn clone(&self) -> UpdateResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateResult
impl Debug for UpdateResult
sourceimpl PartialEq<UpdateResult> for UpdateResult
impl PartialEq<UpdateResult> for UpdateResult
sourcefn eq(&self, other: &UpdateResult) -> bool
fn eq(&self, other: &UpdateResult) -> bool
impl StructuralPartialEq for UpdateResult
Auto Trait Implementations
impl RefUnwindSafe for UpdateResult
impl Send for UpdateResult
impl Sync for UpdateResult
impl Unpin for UpdateResult
impl UnwindSafe for UpdateResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more