Class: Aws::Types::AccountLimit
- Inherits:
-
Object
- Object
- Aws::Types::AccountLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Integer
Returns the value of attribute max.
-
#name ⇒ "PHONE_NUMBERS", ...
Returns the value of attribute name.
-
#used ⇒ ::Integer
Returns the value of attribute used.
Instance Attribute Details
#max ⇒ ::Integer
Returns the value of attribute max.
26 27 28 |
# File 'sig/types.rbs', line 26 def max @max end |
#name ⇒ "PHONE_NUMBERS", ...
Returns the value of attribute name.
24 25 26 |
# File 'sig/types.rbs', line 24 def name @name end |
#used ⇒ ::Integer
Returns the value of attribute used.
25 26 27 |
# File 'sig/types.rbs', line 25 def used @used end |