Class: Aws::MigrationHubStrategyRecommendations::Types::OSInfo

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

Overview

Information about the operating system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Information about the type of operating system.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1659

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

#versionString

Information about the version of operating system.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1659

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