Class: Aws::Types::OSInfo
- Inherits:
-
Object
- Object
- Aws::Types::OSInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "LINUX", "WINDOWS"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#type ⇒ "LINUX", "WINDOWS"
Returns the value of attribute type.
502 503 504 |
# File 'sig/types.rbs', line 502 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
503 504 505 |
# File 'sig/types.rbs', line 503 def version @version end |