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.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def add @add end |
#drop ⇒ ::Array[::String]
Returns the value of attribute drop.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def drop @drop end |