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 ⇒ "X86_64", "ARM64"
Returns the value of attribute cpu_architecture.
-
#operating_system_family ⇒ "WINDOWS_SERVER_2019_FULL", ...
Returns the value of attribute operating_system_family.
Instance Attribute Details
#cpu_architecture ⇒ "X86_64", "ARM64"
Returns the value of attribute cpu_architecture.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def cpu_architecture @cpu_architecture end |
#operating_system_family ⇒ "WINDOWS_SERVER_2019_FULL", ...
Returns the value of attribute operating_system_family.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def @operating_system_family end |