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.
11266 11267 11268 |
# File 'sig/types.rbs', line 11266 def accelerator @accelerator end |
#arch ⇒ "X86_64", ...
Returns the value of attribute arch.
11265 11266 11267 |
# File 'sig/types.rbs', line 11265 def arch @arch end |
#os ⇒ "ANDROID", "LINUX"
Returns the value of attribute os.
11264 11265 11266 |
# File 'sig/types.rbs', line 11264 def os @os end |