Class: Aws::Types::EksAddOnOperatingSystem
- Inherits:
-
Object
- Object
- Aws::Types::EksAddOnOperatingSystem
- 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.
Instance Attribute Details
#operating_system_family_name ⇒ ::String
Returns the value of attribute operating_system_family_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def @operating_system_family_name end |
#operating_system_name ⇒ ::String
Returns the value of attribute operating_system_name.
178 179 180 |
# File 'sig/types.rbs', line 178 def @operating_system_name end |