Class: Aws::Types::TargetPlatform
- Inherits:
-
Object
- Object
- Aws::Types::TargetPlatform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator ⇒ "INTEL_GRAPHICS", ...
Returns the value of attribute accelerator.
-
#arch ⇒ "X86_64", ...
Returns the value of attribute arch.
-
#os ⇒ "ANDROID", "LINUX"
Returns the value of attribute os.
Instance Attribute Details
#accelerator ⇒ "INTEL_GRAPHICS", ...
Returns the value of attribute accelerator.
11350 11351 11352 |
# File 'sig/types.rbs', line 11350 def accelerator @accelerator end |
#arch ⇒ "X86_64", ...
Returns the value of attribute arch.
11349 11350 11351 |
# File 'sig/types.rbs', line 11349 def arch @arch end |
#os ⇒ "ANDROID", "LINUX"
Returns the value of attribute os.
11348 11349 11350 |
# File 'sig/types.rbs', line 11348 def os @os end |