Class: Aws::Types::QuotaShareCapacityLimit
- Inherits:
-
Object
- Object
- Aws::Types::QuotaShareCapacityLimit
- 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.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def capacity_unit @capacity_unit end |
#max_capacity ⇒ ::Integer
Returns the value of attribute max_capacity.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def max_capacity @max_capacity end |