Class: Aws::Types::QuotaShareCapacityUsage
- Inherits:
-
Object
- Object
- Aws::Types::QuotaShareCapacityUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_unit ⇒ ::String
Returns the value of attribute capacity_unit.
-
#quantity ⇒ ::Float
Returns the value of attribute quantity.
Instance Attribute Details
#capacity_unit ⇒ ::String
Returns the value of attribute capacity_unit.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def capacity_unit @capacity_unit end |
#quantity ⇒ ::Float
Returns the value of attribute quantity.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def quantity @quantity end |