Class: Aws::WorkSpaces::Types::OperatingSystem
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::OperatingSystem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The operating system that the image is running.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The operating system.
Instance Attribute Details
#type ⇒ String
The operating system.
3806 3807 3808 3809 3810 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3806 class OperatingSystem < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |