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)


2895
2896
2897
2898
2899
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2895

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