Class: Aws::Types::FleetCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::FleetCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amounts ⇒ ::Array[Types::FleetAmountCapability]
Returns the value of attribute amounts.
-
#attributes ⇒ ::Array[Types::FleetAttributeCapability]
Returns the value of attribute attributes.
Instance Attribute Details
#amounts ⇒ ::Array[Types::FleetAmountCapability]
Returns the value of attribute amounts.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def amounts @amounts end |
#attributes ⇒ ::Array[Types::FleetAttributeCapability]
Returns the value of attribute attributes.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def attributes @attributes end |