Class: Aws::Drs::Types::OS

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

Overview

Operating System.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#full_stringString

The long name of the Operating System.

Returns:

  • (String)


1998
1999
2000
2001
2002
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1998

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