Class: Aws::Types::AmazonMachineImageOperatingSystem
- Inherits:
-
Object
- Object
- Aws::Types::AmazonMachineImageOperatingSystem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operating_system_family_name ⇒ ::String
Returns the value of attribute operating_system_family_name.
-
#operating_system_name ⇒ ::String
Returns the value of attribute operating_system_name.
-
#operating_system_version ⇒ ::String
Returns the value of attribute operating_system_version.
Instance Attribute Details
#operating_system_family_name ⇒ ::String
Returns the value of attribute operating_system_family_name.
30 31 32 |
# File 'sig/types.rbs', line 30 def @operating_system_family_name end |
#operating_system_name ⇒ ::String
Returns the value of attribute operating_system_name.
31 32 33 |
# File 'sig/types.rbs', line 31 def @operating_system_name end |
#operating_system_version ⇒ ::String
Returns the value of attribute operating_system_version.
32 33 34 |
# File 'sig/types.rbs', line 32 def @operating_system_version end |