Class: Aws::Types::ServiceJobCapacityUsageSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceJobCapacityUsageSummary
- 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.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def capacity_unit @capacity_unit end |
#quantity ⇒ ::Float
Returns the value of attribute quantity.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def quantity @quantity end |