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.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def cpu_architecture @cpu_architecture end |
#operating_system_family ⇒ "WINDOWS_SERVER_2019_FULL", ...
Returns the value of attribute operating_system_family.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def @operating_system_family end |