Class: Aws::Types::QuotaSettings
- Inherits:
-
Object
- Object
- Aws::Types::QuotaSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
-
#period ⇒ "DAY", ...
Returns the value of attribute period.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def limit @limit end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def offset @offset end |
#period ⇒ "DAY", ...
Returns the value of attribute period.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def period @period end |