Struct aws_sdk_workspaces::model::UpdateResult
source · [−]#[non_exhaustive]pub struct UpdateResult {
pub update_available: Option<bool>,
pub description: Option<String>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.update_available: Option<bool>
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
description: Option<String>
A description of whether updates for the WorkSpace image are pending or available.
Implementations
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
A description of whether updates for the WorkSpace image are pending or available.
Creates a new builder-style object to manufacture UpdateResult
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more