Class: Aws::Types::PlatformCommand
- Inherits:
-
Object
- Object
- Aws::Types::PlatformCommand
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linux ⇒ ::String
Returns the value of attribute linux.
-
#windows ⇒ ::String
Returns the value of attribute windows.
Instance Attribute Details
#linux ⇒ ::String
Returns the value of attribute linux.
416 417 418 |
# File 'sig/types.rbs', line 416 def linux @linux end |
#windows ⇒ ::String
Returns the value of attribute windows.
417 418 419 |
# File 'sig/types.rbs', line 417 def windows @windows end |