Class: Aws::WorkSpaces::Types::OperatingSystem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

The operating system that the image is running.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The operating system.

Returns:

  • (String)


3389
3390
3391
3392
3393
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3389

class OperatingSystem < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end