Class: Aws::MigrationHubStrategyRecommendations::Types::OSInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::OSInfo
- 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
-
#type ⇒ String
Information about the type of operating system.
-
#version ⇒ String
Information about the version of operating system.
Instance Attribute Details
#type ⇒ String
Information about the type of operating system.
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 |
#version ⇒ String
Information about the version of operating system.
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 |