Class: Aws::Types::KernelCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::KernelCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add ⇒ ::Array[::String]
Returns the value of attribute add.
-
#drop ⇒ ::Array[::String]
Returns the value of attribute drop.
Instance Attribute Details
#add ⇒ ::Array[::String]
Returns the value of attribute add.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def add @add end |
#drop ⇒ ::Array[::String]
Returns the value of attribute drop.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def drop @drop end |