Class: Aws::Types::PlatformScriptKey
- Inherits:
-
Object
- Object
- Aws::Types::PlatformScriptKey
- 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.
422 423 424 |
# File 'sig/types.rbs', line 422 def linux @linux end |
#windows ⇒ ::String
Returns the value of attribute windows.
423 424 425 |
# File 'sig/types.rbs', line 423 def windows @windows end |