Class: Aws::Mgn::Types::OS

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

Overview

Operating System.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#full_stringString

OS full string.

Returns:

  • (String)


4787
4788
4789
4790
4791
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4787

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