Class: Aws::Types::RuntimePlatform
- Inherits:
-
Object
- Object
- Aws::Types::RuntimePlatform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_architecture ⇒ ::String
Returns the value of attribute cpu_architecture.
-
#operating_system_family ⇒ ::String
Returns the value of attribute operating_system_family.
Instance Attribute Details
#cpu_architecture ⇒ ::String
Returns the value of attribute cpu_architecture.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def cpu_architecture @cpu_architecture end |
#operating_system_family ⇒ ::String
Returns the value of attribute operating_system_family.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def @operating_system_family end |