Class: Aws::WorkSpaces::Types::UpdateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::UpdateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.
<note markdown=“1”> Only Windows 10 WorkSpace images can be programmatically updated at this time.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of whether updates for the WorkSpace image are pending or available.
-
#update_available ⇒ Boolean
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
Instance Attribute Details
#description ⇒ String
A description of whether updates for the WorkSpace image are pending or available.
4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4861 class UpdateResult < Struct.new( :update_available, :description) SENSITIVE = [] include Aws::Structure end |
#update_available ⇒ Boolean
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
4861 4862 4863 4864 4865 4866 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4861 class UpdateResult < Struct.new( :update_available, :description) SENSITIVE = [] include Aws::Structure end |