Class: Aws::Types::WorkerCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::WorkerCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amounts ⇒ ::Array[Types::WorkerAmountCapability]
Returns the value of attribute amounts.
-
#attributes ⇒ ::Array[Types::WorkerAttributeCapability]
Returns the value of attribute attributes.
Instance Attribute Details
#amounts ⇒ ::Array[Types::WorkerAmountCapability]
Returns the value of attribute amounts.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def amounts @amounts end |
#attributes ⇒ ::Array[Types::WorkerAttributeCapability]
Returns the value of attribute attributes.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def attributes @attributes end |