Class: Aws::Types::CapacityLimit
- Inherits:
-
Object
- Object
- Aws::Types::CapacityLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_unit ⇒ ::String
Returns the value of attribute capacity_unit.
-
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
Instance Attribute Details
#capacity_unit ⇒ ::String
Returns the value of attribute capacity_unit.
78 79 80 |
# File 'sig/types.rbs', line 78 def capacity_unit @capacity_unit end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
77 78 79 |
# File 'sig/types.rbs', line 77 def max_capacity @max_capacity end |