Class: Aws::Types::QueueSnapshotCapacityUsage
- Inherits:
-
Object
- Object
- Aws::Types::QueueSnapshotCapacityUsage
- 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.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def capacity_unit @capacity_unit end |
#quantity ⇒ ::Float
Returns the value of attribute quantity.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def quantity @quantity end |