Class: Aws::Types::AccountQuota
- Inherits:
-
Object
- Object
- Aws::Types::AccountQuota
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_quota_name ⇒ ::String
Returns the value of attribute account_quota_name.
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#used ⇒ ::Integer
Returns the value of attribute used.
Instance Attribute Details
#account_quota_name ⇒ ::String
Returns the value of attribute account_quota_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def account_quota_name @account_quota_name end |
#max ⇒ ::Integer
Returns the value of attribute max.
19 20 21 |
# File 'sig/types.rbs', line 19 def max @max end |
#used ⇒ ::Integer
Returns the value of attribute used.
18 19 20 |
# File 'sig/types.rbs', line 18 def used @used end |