Class: Aws::Types::QuotaPeriod
- Inherits:
-
Object
- Object
- Aws::Types::QuotaPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#period_unit ⇒ "MICROSECOND", ...
Returns the value of attribute period_unit.
-
#period_value ⇒ ::Integer
Returns the value of attribute period_value.
Instance Attribute Details
#period_unit ⇒ "MICROSECOND", ...
Returns the value of attribute period_unit.
313 314 315 |
# File 'sig/types.rbs', line 313 def period_unit @period_unit end |
#period_value ⇒ ::Integer
Returns the value of attribute period_value.
312 313 314 |
# File 'sig/types.rbs', line 312 def period_value @period_value end |